Hi @srjanga,
even though I won’t say this is impossible to build in Intuiface, it is definitely neither easy nor an off the shelf feature of Intuiface.
We don’t have any existing sample to share that would achieve that, but here are the features I would suggest you look into if you wish to go that route:
- Build a custom Interface Asset to handle your list of objects / allow to re-order.
- Create as many drop zones as you need in your list (rectangle shapes)
- Use drag & drop triggers so that when an item is dropped on one of these targets, it calls an action on your custom IA to re-order the list, for ex: setItemPosition(itemID, PositionNumber)
and go from there.
Keep us posted of your investigations.