-
Notifications
You must be signed in to change notification settings - Fork 23
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
Multiple rows #5
Comments
Don't know how GitHub works (don't really care) so I'll post an issue here. e.g. Click the rowSorter handler, the bubble stops. If you have a on('mousedown') function on the table row, you are screwed. mouse move and mouse up work. Should also have enable/disable option for entire plugin. I have problems when the handler is doing other things with other plugs-ins. e.g. My Slider plugin also user the Handler to slide the handler left and right. (think of the flash UI or recording tracks). |
Update: I had to change table selector to document to get it working: |
Hello, I would also like to know if it is possible to move multiple lines at the same time? For example if they have the same class or a specific jquery selector. Thank you beforehand! |
Is there any way that this can support multiple rows? For example, I have 3 rows with same class.
The text was updated successfully, but these errors were encountered: