I need to know which rows are visible after using column filters. CountVisibleRows or CountRenderedRows do not work for this need. Is there any other method or way to get this information?
How to return the rows filtered after use a filter?
You can use countRows method inside afterFilter hook to get the visible rows after the filtering:
https://jsfiddle.net/handsoncode/gtx05b18/
Is this what you need?