I am using using Laravel Pagination with DataTables.How i can set total number of pages for table based on collection . i.e
var table = $('#table_id').DataTable( {
"iDisplayLength":10,
"recordsTotal":3615,
"pagingType": "full_numbers"
} );
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire