mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 15:46:40 +00:00
1.5 KiB
1.5 KiB
title, description, tags, keywords
| title | description | tags | keywords | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Sorting records | Learn how to sort records in NocoDB. |
|
|
Sorting enables you to arrange your data alphabetically (A → Z) or (Z → A) for text based types and in ascending or descending order for numerical types. NocoDB supports nested sorting, allowing you to select fields and the order in which to apply nested sorting.
Adding or Editing Sort
- Click the
Sortbutton in the toolbar menu. - Choose the
Fieldto sort by. - Configure the sorting
Direction: ascending or descending
- You can configure multiple fields for subsequent-level sorting.
:::info Field configured at the top will be used for the first-level sorting, followed by subsequent fields in a top-down order :::
Deleting Sort
- Click the
Sortbutton in the toolbar.- Click on the bin icon to the right of the sort you wish to delete.



