cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Reorder the rows of a grid advanced using drag & drop

mrbing
3-Visitor

Reorder the rows of a grid advanced using drag & drop

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.

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:mrbing)

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

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:mrbing)

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

Top Tags