how to get number of pages in dataset table in jquery code example
Example: datatable count number of rows
var table = $('#example').DataTable();
table.rows().count();
var table = $('#example').DataTable();
table.rows().count();