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

有帮助吗?

解决方案

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

$('.footable tbody tr:not(.footable-filtered)').length
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top