I'm following the example about DragAndDropCellTable in GWTQuery example where the drop target is a CellList. What i need to do is Drag a CellTable row and Drop it in another CellTable. Is it possible? Any Pointers? I'm using GWT2.4
Asked
Active
Viewed 186 times
0
-
1[Here](https://groups.google.com/d/topic/gwtquery/GYPFyvE4ttU/discussion) you can find how to rearrange rows into the same table. From there, should be easy with two tables. – Andrea Boscolo May 14 '13 at 22:21
-
Thanks. Actually i need to do it between multiple cell tables! and i'm searching for a pattern to implement it – amrfaissal May 15 '13 at 19:09