How to Check datatable is empty?
How to Check datatable is empty?
Friends i have an issue,
how to check datatable is empty?
am trying like this but its not working
var rowCount = $('table#LoanTableDisplay tr:last').index() + 1;
This discussion has been closed.
Replies
You can use
page.info().Kevin