TableDnD
TableDnD copied to clipboard
How to use table dnd for nested table structure?
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 to group two (or perhaps more) rows and move them together? To do this, i am using nested table structure, below is the html.
|
|||||||||||
|
And script is
But this is not working. Infact using span tag instead of nested table does not work.Please help what i am missing here.
Thanks
+1 for support of tables nested in draggable rows.
+1 (See also: #27)