I am coming up to speed with SAPUI5 and I have one particular requirement that I have not been able to find in any discussion, tutorial, or example. I would like to drag and drop a particular row from a table to reorder the row accordingly. The question is two part:
1) UI Element: How to actually do the drag and drop visually.
2) Data Element: Modifying the index in the database table based on the updated positioning.
Are there any examples out there by chance?