waifung0207 / ci_bootstrap_3

A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
MIT License
385 stars 315 forks source link

How do I use datatables in the frontend? #92

Open silvinux opened 7 years ago

silvinux commented 7 years ago

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.

vin89423 commented 7 years ago

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.