Skip to main content
1-Visitor
July 3, 2020
Solved

Reorder the rows of a grid advanced using drag & drop

  • July 3, 2020
  • 1 reply
  • 1231 views

I want to reorder the rows of a grid advanced after the data of the grid has been loaded already by dragging & dropping a row in its desired place. Is this possible?

Thanks in advance.

Best answer by PaiChung

I don't think this widget supports that OOTB

the unfortunate 'ugly' way is to take the 'edited table' or 'selected row(s)' feed that into the source service and return the data in the new order.

the advanced and much harder way would be to create a custom widget

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
July 6, 2020

I don't think this widget supports that OOTB

the unfortunate 'ugly' way is to take the 'edited table' or 'selected row(s)' feed that into the source service and return the data in the new order.

the advanced and much harder way would be to create a custom widget