I suddenly have something strange,
I have a db field: comment varchar 256 (I also tried text)
When in the controller put: $crud->field_type('comment','text');
the save buttons are not working.
Update and go back to list does nothing.. (no message, no errorlog)
For a new record the save button shows a blank screen with:
{"success":true,"insert_primary_key":6,"success_message":"Your data has been successfully stored into the database. Edit Record<\/a> or Go back to list<\/a><\/p>","success_list_url":"with the url here"}
and it did save!!
When I remove the field_type text, it works.
I have cleaned the history of my browser and the global_xss_filtering = false
Sobody an idea?