Hello guys,
I Installed grocery crud and everything is working fine, but the export and print buttons don't have any functionality.
Do I have to modify something to make these buttons work?
My controller is very simple and looks like this:
...$this->grocery_crud->set_table('notificaciones'); $output = $this->grocery_crud->render(); $this->load->view('laflorida.php',$output); ...
Thanks for the help!