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