Filtered Data Length
Filtered Data Length
DelayMaya
Posts: 5Questions: 3Answers: 0
Hi,
how to get the length of filtered data. I use a filter on my datatable and after fitlering the data I need the length. Is there a way to get it? fnGetData will give me back the length of the whole table but I need only the length of the filtered data.
Thank you in advance
This discussion has been closed.
Answers
After a long research and many inversted hours i found it that table.fnSettings().aiDisplay.length would do it.