I\'m using the jQuery DataTables plug-in for my HTML table.
Is there a way to get the row count of the number of rows in my table across pages.
For example, if I
If you are using the Scroller extension, and use search to filter down the rows to a subset, you can get the length of that subset like this
$('#foo').dataTable().fnSettings().aiDisplay.length;