mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:06:55 +00:00
47 lines
1.6 KiB
Markdown
47 lines
1.6 KiB
Markdown
---
|
|
title: 'Grouping records'
|
|
description: 'Learn how to group records in NocoDB.'
|
|
tags: ['Table operations', 'Group by', 'Grid view']
|
|
keywords : ['NocoDB table group by', 'group by field', 'group By''grouping records', 'grouping','group by in table']
|
|
---
|
|
|
|
Grouping records in NocoDB allows for efficient categorization of data into specific `Groups` and `Subgroups.` NocoDB supports three levels of record segregation, providing a powerful organizational tool.
|
|
|
|

|
|
|
|
### Adding or Editing Groups
|
|
|
|
To create or modify a grouping in NocoDB, follow these steps:
|
|
|
|
1. Click on `Group By` in the toolbar.
|
|
2. Choose the field by which you want to group the records.
|
|
3. Optionally, you can sort the groups in ascending or descending order.
|
|
|
|

|
|
|
|
:::info
|
|
You can add subgroups with up to three levels to further refine your categorization.
|
|
:::
|
|
|
|

|
|
|
|
### Deleting Groups
|
|
|
|
To remove a grouping in NocoDB, take these actions:
|
|
|
|
1. Click on `Group By` in the toolbar.
|
|
2. Locate the bin icon to the right of the group you wish to delete and click on it.
|
|
|
|
:::info
|
|
To disable `Group By` and return to the standard spreadsheet grid view, you must remove all configured groups.
|
|
:::
|
|
|
|

|
|
|
|
### Related topics
|
|
- [Field Operations](/table-operations/field-operations)
|
|
- [Filter](/table-operations/filter)
|
|
- [Sort](/table-operations/sort)
|
|
- [Row Height](/table-operations/row-height)
|
|
- [Quick Search](/table-operations/search)
|
|
- [Download](/table-operations/download) |