Ignited Datatables - display the records on the table |
Hi I'd like some help please.
I'm using Ignited Datatables to display posts in tabular way in my view. I've been struggling hole weekend in order to do this working correct, but I can't understand what or if I'm doing something wrong. This is the function that fetches the tabular data in my Post model PHP Code: /** Then in my posts controller I call the get_datatable() PHP Code: /** And this is my view Code: <table class="table dataTable table-bordered" cellspacing="0" width="100%"> And this is my script PHP Code: <?php if(isset($datatables)): ?> Any help would be appreciated. |
Messages In This Thread |
Ignited Datatables - display the records on the table - by Lykos22 - 09-21-2015, 01:36 AM
RE: Ignited Datatables - display the records on the table - by salain - 09-21-2015, 10:38 PM
RE: Ignited Datatables - display the records on the table - by Lykos22 - 09-22-2015, 01:26 AM
RE: Ignited Datatables - display the records on the table - by Lykos22 - 09-23-2015, 03:09 AM
|