How to re-order the datalist by clicking the icon?
Known
Hi,
I would like to create a up and down button for each column of my datalist. And when user can click the up/down button to re-order the data. For example, if use click up for column2, it will move data to column 1 and move column 1 data down to column 2.
[data1] [data2]
Before => After
[data2] [data1]
Hello,
What you can do it create sortable columns in a Data List or paginating a Data List that could give you similar results depending on how you want your prototype to function. Was this information helpful in answer your question?
Thank you kindly,
-Chloe
Im trying to achieve the same functionality just like the arrows in data master detail. (The red circle in attachment)
Comments have been locked on this page!