vendredi 18 décembre 2015

How to set total number of pages in Data Tables

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