I am using a datatable for my application. How do I get the total count of the rows in the datatable onload
? My code:
$(document).ready( function() {
$('#jobSearchResultTable').dataTable({
responsive: true,
"scrollY": 500,
"scrollCollapse": true,
"jQueryUI": true,
"aaSorting": []
});
)};
How to get the total count of rows in the datatable onload