Make the rows of the datagrid draggable in GWT
Asked Answered
H

1

4

I want to make a datagrid in which rows will be draggable so that a person can move rows up and down by dragging the rows. As row of the datagrid will be get as an element. I know how to make the widgets draggable, but how the rows of the datagrid can be made draggable? I don't want to use any extra plugin or library for achieving this.

Hazing answered 14/5, 2013 at 5:59 Comment(0)
M
1

The only library I know of that support drag&drop with(in) cell widgets is GwtQuery with droppable plugin, see their showcase. I suggest your to give it a try instead reinventing the wheel (or take inspiration from their codebase). See this thread about your CellTable use case.

Machute answered 14/5, 2013 at 8:58 Comment(1)
buddy i do not want to use the third party library for implementing it.Hazing

© 2022 - 2024 — McMap. All rights reserved.