I am new in codeigniter and also in grocery crud ,i implement grocery crud but after delete operation data has deleted from table but the row not deleted from list page after refresing it work same case also in edit operation,after edit operation the three buttons(update changes,update and go back to list,cancel) not work also filter and pagination not working properly ,please anyone help me.
grocery crud delete,edit,filter,pagination operation.
- Single Page
Posted 13 April 2017 - 10:52 AM
Posted 16 April 2017 - 03:58 AM
Please check in the developer console to see if there are any errors that are occurring for the same operations...!! Codeigniter is a library heavily dependent on Ajax calls. If there are even warnings / notices been printed out in PHP execution, the ajax output will fail. I will recommend that you try turning off the development mode off for codeigniter and see if that solves your problem.
Happy GCing :)
Posted 03 July 2018 - 02:23 AM
same problem here.
this is the message:
Posted 03 July 2018 - 02:49 AM
i tried to enable $config['grocery_crud_dialog_forms'] = true; in config file and the problem solved