Adarsh Baligar
Hi any help on achieving the reordering functionality in table.
I have table like below, if i want to reorder and make “Rob” as 1 and “John” as 2, can we have some drag and drop in table?
- David
- Rob
- John
Regards,
Adarsh
SPARK Support
Hi Adarsh,
I would use a Text input field at the beginning of each row containing the original order, 1 2 3, then allow the user to change the order, 1 3 2. Then modify the value of the bound list programmatically through a script.
There is no supported drag and drop functionality in the table.
Regards,
Stephen P.