Untitled

Sorting allows you to arrange records in a collection in the necessary order. Let's take a look at all available sorting methods.

All methods

Sorting Methods Meaning Used by
Alphabetical (A → Z), Alphabetical (Z → A) Alphabetical sorting, from A to Z or in reverse order Text, Auto Generate (slug), E-mail, Relation, Select
True first, False first Sorting by boolean value.
When choosing True first, records with the sorted field value True are shown first, then records with the value False, then records with false
values. Boolean, Auto Generate (boolean)
Ascending, Descending Sorting by numerical value. When choosing Ascending, records with the smallest sorted field value are shown first (in ascending order from smaller to larger), then with unfilled values. Numbers

Fields that cannot be sorted

  1. Text - long;
  2. Boolean;
  3. Number;
  4. Email;
  5. Relation (Single);
  6. Select (Single);
  7. Select (Multi);
  8. AutoGenerate-Slug;
  9. AutoGenerate-Boolean.

<aside> 🔖 Read more on this topic ——————————— Filter Filtering methods Sorting Visibility

</aside>