-
Notifications
You must be signed in to change notification settings - Fork 754
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
Does Tablesorter work fine in jquery >= 3.0.0? #1401
Comments
Hi @Federico-G! As far as I have tested it, this fork has no issues with jQuery 3+... the main documentation page always runs the latest version. Where as this page has been set to use jQuery v1.2.6. |
Excelent @Mottie. I see that the main page run the migrate plugin, and it has at least 5 warnings
I think that those warning are only for deprecated methods, so it still works. But eventually those changes have to be made 0 & 1: https://jquery.com/upgrade-guide/3.0/#deprecated-jquery-expr-quot-quot-and-jquery-expr-filters
2 & 3: https://jquery.com/upgrade-guide/3.0/#deprecated-bind-and-delegate
4: https://jquery.com/upgrade-guide/3.0/#deprecated-jquery-unique-renamed-to-jquery-uniquesort
|
Yes, I am at least aware of the bind/unbind issue - see #1293. In my (possibly feeble) attempt to keep this plugin compatible with older versions of jQuery. I would need to keep using My intention was to avoid creating a major version update of tablesorter, meaning it would break all backwards compatibility. Instead, I plan to create a new table sorting library named Abelt - please ignore the current code there because it is way out of date. This updated version will be written as to not have any dependencies. I was planning on writing it to work with React, but we'll have to wait and see... I'm still learning React and there is already a pretty awesome react table plugin, even it it doesn't actually use a |
I'm really waiting to try and help with Abelt when you continue working in it. And I think that if you can build it without dependencies, and port it to angular, react... It will be perfect! |
I tested the plugin with basic functionality and seems to work fine. Can anyone confirm this for all scenarios?
The text was updated successfully, but these errors were encountered: