how to show total number of elements present in database table using ajax code example
Example: table row count in jquery
// Table Row count in jquery
var rowCount = $('#myTable tr').length;
// Table Row count in jquery
var rowCount = $('#myTable tr').length;