Skip to main content
All CollectionsComponents
How can I allow users to sort data in an app?
How can I allow users to sort data in an app?
Updated over 2 weeks ago

How to Sort Data in Glide

Are you looking for ways to let users sort through data in your Glide app? While Glide currently doesn't have a built-in feature to do this, there is still a way to achieve this functionality within your app.

Sorting Data

At this time, Glide does not directly allow users to sort data within the app. However, as an app developer, you have full control over the sort order and can preset it according to your desired criteria.

Additionally, you can achieve something similar by combining Collections, a Choice component, and Visibility settings.

  1. Add two Collections, each configured according to how your users would want to sort the data. For example, one collection sorts users by Last name and the second sorts users by Company name.

  2. Add a Choice component with two options: Last name and Company.

  3. Set the visibility conditions of the two collections to match the Choice component options.

Did this answer your question?