Search code examples
footable

Footable Filtering Rows - Getting Count of Results


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


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