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

How can I get the code of previous version(0.5)

It's only 10 lines of code. Here's what I did: * in `mousemove` it only moves the dragged element along with the mouse using `css - transform` and it does...

When I using the TableDnD in a mobile webpage, if the table was in position which need scroll down. After I try to drag(Or even just touchstart) the table.The page...

Hello, In documentation, you are writing ``` $("...").tableDnDSerialize() * Will serialize and return the serialized string as above, but for each of the matching tables--so it can be * called...

Hi Is it possible to set a drag boundary ? So you can't drag past that boundary? Thanks

Hi All, This plugin is nice to use. I want to detect mouse dragging direction for the purpose of updating position. Please help on this.

Hi there, with reference to this: https://github.com/isocra/TableDnD/issues/30 One of our customers is having this issue and I've witnessed it on their computer via remote support. Dragging the draggable item just...

Hello, I have a laptop with a touchscreen, and cannot use the mouse to sort the tables. I am getting by by setting hasTouch = false in the js file...

In the mouseup function on line 357 in the newest version the jQuery.tableDnD.originalOrder newOrder always have the same value, so something is not correct in jQuery.tableDnD.serialize(). If I comment out...

http://ark.intel.com/compare/65524,65523,65719 On this page it can drag a list of td to somewhere else not just tr so cound you add this, I boss want this effect, Really hard for...