We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think there is a little bug in the external filter implementation. http://mottie.github.io/tablesorter/docs/example-widget-filter-any-match.html
In the "(Match any column)"-input field type: 9 // => >10 matches 99 // type second 9 => 3 matches 9 // delete 9 => 3 matches
Expected: 9 (after deletion) should show the same results as the first 9. Actual: still shows the results of 99 (only three matches)
Int the 'Total'-column filter it works fine.
Cheers Erik
The text was updated successfully, but these errors were encountered:
Hi @themilkman!
Thanks for reporting this, I'll have it fixed in the working branch, and it should be available in the master by this weekend.
Sorry, something went wrong.
Thank you @Mottie !
2476c3b
All done! :)
No branches or pull requests
I think there is a little bug in the external filter implementation.
http://mottie.github.io/tablesorter/docs/example-widget-filter-any-match.html
In the "(Match any column)"-input field type:
9 // => >10 matches
99 // type second 9 => 3 matches
9 // delete 9 => 3 matches
Expected: 9 (after deletion) should show the same results as the first 9.
Actual: still shows the results of 99 (only three matches)
Int the 'Total'-column filter it works fine.
Cheers
Erik
The text was updated successfully, but these errors were encountered: