-
Notifications
You must be signed in to change notification settings - Fork 753
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
Support touch events #885
Comments
Hi @samacs! I thought
If you want to trigger a sort when the pointer down event fires, then set the Warning: Do not set the |
It will be nice if this enhancement can be worked on. The tablesorter plugin and scroll widget work great, but one problem is on iPad or other touch devices, touch and drag scroll is really slow and not user friendly. I had to apply a lot of custom fixes to make it scroll smoothly. |
I was trying to use this plugin with Ionic framework and realized that it does not support touch events. And I found it very simple to implement.
In file js/jquery.tablesorter.js around lines 1344 through 1350 just needed to add touchstart to the events bound to the headers to make it work:
The text was updated successfully, but these errors were encountered: