Question

Is there a way to get the footable results of the filter function, such as number of rows showing?

Was it helpful?

Solution

I had the same question a few weeks ago. You can accomplish the following by doing this:

$('.footable tbody tr:not(.footable-filtered)').length
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top