We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the table cell (TD) contain any HTML nodes and user try to click and drag on these nodes, the dragging do not start.
See following fiddle: http://jsfiddle.net/8fb5apn9/2/
If you click and drag the 'One" or '1' text the dragging does not start. On the other cells it is working fine.
Tested on firefox and chromium.
The text was updated successfully, but these errors were encountered:
It seems there is workaround with setting draghandle to TD:
.tableDnD({dragHandle: 'TD'});
But using this table DND do not change the mouse cursor
Sorry, something went wrong.
Allow to drag rows even when user click to not "TD" node
99d8dd8
fix isocra#93
Successfully merging a pull request may close this issue.
If the table cell (TD) contain any HTML nodes and user try to click and drag on these nodes, the dragging do not start.
See following fiddle:
http://jsfiddle.net/8fb5apn9/2/
If you click and drag the 'One" or '1' text the dragging does not start. On the other cells it is working fine.
Tested on firefox and chromium.
The text was updated successfully, but these errors were encountered: