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

Multiple rows #5

Open
glnn15g21 opened this issue Oct 19, 2015 · 3 comments
Open

Multiple rows #5

glnn15g21 opened this issue Oct 19, 2015 · 3 comments

Comments

@glnn15g21
Copy link

Is there any way that this can support multiple rows? For example, I have 3 rows with same class.

@biggestdickus
Copy link

Don't know how GitHub works (don't really care) so I'll post an issue here.
Version as of Nov 30 2015. The mouse down event on handler is somehow captured so no underlying element is getting the bubble event calls. Worked it older version.

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).

@biggestdickus
Copy link

Update: I had to change table selector to document to get it working:
line 45 change to: document.on(downEvent, settings.handler, downFunc);
line 190 added: document.off(downEvent, upFunc);

@Emyleen
Copy link

Emyleen commented Jan 26, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants