Get number of rows in search

Get number of rows in search

islamelshobokshyislamelshobokshy Posts: 99Questions: 20Answers: 1

I want to get the number if rows when a search has been made. I already have it with no search using this in fnFooterCallback :

countRows = api.rows().count();

The problem is that this doesn't work when a search has been made. With a search, the rows diminish, but the countRows does not. How to get rows of search?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.