How to Check datatable is empty?
How to Check datatable is empty?
amruth
Posts: 6Questions: 3Answers: 0
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