Pergunta

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

Foi útil?

Solução

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

$('.footable tbody tr:not(.footable-filtered)').length
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top