Hello,
im trying to change the order of some elements in the grouplist api, something like moveup() movedown() methods in dataview.
i know there is a way of doing this by
$$("mylist").data.move()
and it does move the elements but it doesn’t change the “index” parameter of the elements so when i use
$$("mylist").refresh()
the elements return to the original position.
is there another way of doing this?
thank you.