Skip to content

Instantly share code, notes, and snippets.

@stevelippert
Created February 17, 2014 23:29
Show Gist options
  • Save stevelippert/9061419 to your computer and use it in GitHub Desktop.
Save stevelippert/9061419 to your computer and use it in GitHub Desktop.
How to get total rows in jQuery DataTables
$('#workloadItems').text( workloadTable.fnSettings().fnRecordsTotal() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment