I have a GWT CellTable - this is a pretty simple table with one row column.
What I would like to do is drag the rows of this table to the target point (actually another table). I tried to figure out how to attach a drag event as described at ~ 23:00 from this video .
To which CellTable element can I set the drag flag to TRUE.
I have not received this yet, but I am sure that I will soon encounter a similar problem when installing the drop handler in the target table.
If someone could post an example or point me in the right direction, I would appreciate it.
source
share