JqGrid Drag and Drop between groups in the same grid

I am using jqGrid and am looking for a way to drag rows between groups in the same table. Removing a row from one group to another group will change the value in the row in which the table is currently grouped.

For example, if I have a table of tasks grouped by date, dragging a task into another group of the early update date will update this row execution date to the value of the group to which the row was reset.

Is this possible with jqGrid ?!

+4
source share
1 answer

http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

JQGrid is also basically a table. So get the jqgrid table id initializing the drag and drop table, and then use.

By default there is no way to do ...

thanks

0
source

Source: https://habr.com/ru/post/1395820/


All Articles