How to get the datatables full row count
How to get the datatables full row count
Naresh155
Posts: 2Questions: 0Answers: 0
Hai,
Here i tried so many way get the DataTable full row count, but i can't able to get the full row count. So can u please advice me to the row count....
This discussion has been closed.
Replies
I am assuming you mean total row count, regardless of filter.
If so, using the variable attached to your DataTable, use following
Or
page.info()
will give you that information.Allan