TableDnD icon indicating copy to clipboard operation
TableDnD copied to clipboard

jQuery plug-in to drag and drop rows in HTML tables

Results 59 TableDnD issues
Sort by recently updated
recently updated
newest added

Hi, first of all thank you for TableDnD it's awesome and fast, but I still miss one feautre which would help me a lot in my special case. I have...

Following is my query. I am using table dnd js for sorting the rows of my table. When table structure is simple, it works perfectly. But is there a way...

I'm listening for the click event on my TRs.. dragging is a mouseDown followed by a mouseUp. (fires a click event) I need the ability to to stop the event...

Currently, when we drag a row by clicking on the top of the row, the drag class is applied to the next row before mouse pointer is really over this...

makeDraggable adds "cursor: move;" if nodrag is not present, but it doesn't remove it if nodrag is present. My use case: I use javascript to add and remove nodrag as...

Is there any way to allow addtional text in a 'td' to be styled AND movable I have a sub title separated with p tag - but when I click...

On Tablet and desktop drag and drop seem working anymore. Ok with the others browsers . CSS issues ? Many thanks for the great job

My users that use Win 8.1 are complaining that while they can see the 4 pointed arrow, they are not able to drag and drop rows in tables. The tables...

https://github.com/JasonGhent/TableDnD/commit/2f14b55b4840c32e5f30e50f83aec319a9f9bba1 This is only a fork of the stable release, and does not apply to anything >0.4. If there is no interest, please close this issue.

I recently found that tableDnD would not work with [hammer.js](http://eightmedia.github.io/hammer.js/) also enabled as it modifies the properties of the event we rely upon for drag and drop implementation. This poses...