Can I allow the user to reorder items in a list page?

In my school planner app, I’d like to allow the user to reorder classes in their schedule, a list page. Any thoughts on how I may achieve this? Thanks!

If each class has a specific time and you want to order them according to their timings, you could ask your users to enter the class time and you could sort the list as per timings.
Also there are in-app sort options too which you could add and let users choose how they want to sort.

2 Likes

Create a user-specific numeric field.
Allow users to edit this field from the app to indicate a ‘sort order’.
Sort the list based on this field.

This sounds like it will work in theory.

You can try it and tell us all if it worked. :slight_smile:

5 Likes

Hi,
Did you find a solution for doing that ?
Thx

Here you go.

1 Like