Get only visible / filtered rows from the api

Get only visible / filtered rows from the api

TempleClauseTempleClause Posts: 3Questions: 2Answers: 0
edited August 2015 in Free community support

I searched for hours but couldn't find a solution but I'm sure there is an easy one!
I have the following code:

dataTable.api().rows().every(function () { });

This will loop through all the rows even if they are hidden / filtered.
How can I iterate only over those rows which are actually visible?

Thanks a lot

Timothy

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.