Hi Sadanand,
Maybe it is the same question as from Matthieu. I got some items in a list to drag and drop. Works like a charm. Now, based on the drag and drop, i want to save some data to a table. Let's say my items in the list come from a table that has an order attribute. So i use the drag and drop to re-order the list. After an item is dropped, i want to have some logic that updates the order in the table.
My JS is not soooo good, how would i be able to do that? So the logic is preferrable not in JS, but an action / event.
Thanks ahead,
Wilko