Skip to content
New issue

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

External filter does not handle deletion correctly #669

Closed
themilkman opened this issue Jul 3, 2014 · 3 comments
Closed

External filter does not handle deletion correctly #669

themilkman opened this issue Jul 3, 2014 · 3 comments

Comments

@themilkman
Copy link
Contributor

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

@Mottie Mottie added the Bug label Jul 3, 2014
@Mottie
Copy link
Owner

Mottie commented Jul 3, 2014

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.

@themilkman
Copy link
Contributor Author

Thank you @Mottie !

@Mottie Mottie closed this as completed in 2476c3b Jul 4, 2014
@Mottie
Copy link
Owner

Mottie commented Jul 4, 2014

All done! :)

@Mottie Mottie removed the Next Update label Jul 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants