I have tried to insert a date field, but when I inserted the code below, the table collapses, but when I change the type to text it works fine.
Do you know why it isn't accepting the type "date"?
Code of the date field, that does not work and collapses the table:
The same code but edited the field to "text" type, and removed the "dateFormat" option, and the table works fine:
Do you know why it isn't accepting the type "date"?
Code of the date field, that does not work and collapses the table:
"label": "Data", "name": "data", "type": "date", "dateFormat": "dd\/mm\/y",
The same code but edited the field to "text" type, and removed the "dateFormat" option, and the table works fine:
"label": "Data", "name": "data", "type": "text"