[DT 1.9.4] How to get currently displayed rows in fnDrawCallback?

[DT 1.9.4] How to get currently displayed rows in fnDrawCallback?

junaedjunaed Posts: 18Questions: 7Answers: 0

Hi, Say I have 100 rows in my datatable, and I am showing only 10 at a time. Now if an user sorts the table by clicking on the header, is there any way to get the set of 10 rows that are currently being displayed to the users (and not caring about the hidden ones)? I would like to detect that preferably in the fnDrawCallback handler.

Answers

This discussion has been closed.