Hello to everyone,
here following i report an issue I have recently had, is there anywaone that could possibly help me to identify the source of the problem and fix it?
Lately I have tried to create a small application with Grocery Crud using the theme Flexgrid. I have added very few functions to customize it using GroceryCRUD ones.
As the filter system of the Flexigrid theme is not enough for my needs, recently I decided just to change the theme with the Datatable one because it has more filters... one for each column.
Everything seemed to be ok, but when i tested the funztionality of the funtions I added to my controller my functions didin't work anymore as with the Flexgrid theme.
Why this behaviour?
I attach to this post a copy of the main controller of the application.
The same fil without the line
$crud->set_theme('datatables');
works well
adding that line it doesn't work as expected.
I relly can't understand why. I have just changed the theme.