DataTable().rows().count() showing 0, even though there are few records
DataTable().rows().count() showing 0, even though there are few records
8karthik8
Posts: 8Questions: 3Answers: 0
$('#Table').DataTable().rows().count() is showing 0 even when there are records can someone help
This discussion has been closed.
Answers
Works here:
http://live.datatables.net/ruwixelo/1/edit
Could be you are executing it too soon if using Ajax. We need more information. Please post a link to your page or a test case replicating the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin