ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
How do I use datatables in the frontend?
First of all, thanks for a really nice project. I've been struggling trying to render a table in the frontend with datables from adminlte, but I cannot do it. Will you be so kind to help me out on this?. Thanks in advance.
The data table is not come from AdminLTE, it come from Grocery CRUD library. Please take a look at generate_crud($table, $subject = '')
in application/core/controllers/Admin_Controller.php
.