Filtered Data Length

Filtered Data Length

DelayMayaDelayMaya 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

Answers

  • DelayMayaDelayMaya Posts: 5Questions: 3Answers: 0

    After a long research and many inversted hours i found it that table.fnSettings().aiDisplay.length would do it.

This discussion has been closed.