How to Check datatable is empty?

How to Check datatable is empty?

amruthamruth 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;

Replies

This discussion has been closed.