Drag and Drop to Reorder a List

0
I am looking for a way to easily reorder lists in my app. I have looked into the Drag and Drop (Updated) Widget but couldn’t get the reordered lists to save. I could move items in the list but they wouldn’t stay. Does anyone have any ideas on an easy way to reorder lists. The reordering would also need to take place in the database. Thanks!
asked
1 answers
-1

Hi Andie,

 

You can achive this with a Datagrid2.

Just create a string ( unlimited ) attribute in your User Entity ( for example UserListConfig) and set this attribute in Datagrid Config -> Personlaziation.

 

Now you can reorder your Columns and it will stay. Every User can have his own View.

 

Hope this Helps,

 

 

answered