hi,
is it possible to render out the mysql query?
For example, i use this code to get all the tables in the database: $this->db->list_tables();
How can i display the result (list of table names) in flexi-grid using grocery crud? $output = $_crud->render();
regards