183d034716
Reorganizing by Feature sections Capabilities folders to give an overview of each feature How-Tos folders to give guidance for advanced customizations Reorganized the Developers section as well, moving the API sub section there added some new visuals and videos to illustrate the How-Tos articles checked the typos, the links and added a section at the end of the doc.json file to redirect existing links to the new ones (SEO purpose + continuity of the user experience) What I have not updated is the "l" folder that, per my understanding, contains the translation of the User Guide - that I only edited in English <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 5301502a32856e5b45d7ef30253fa7db6dc55233. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Abdul Rahman <ar5438376@gmail.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
---
|
|
title: Create a Table View with Grouping
|
|
description: Organize your records into collapsible groups by field value.
|
|
---
|
|
|
|
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
|
|
|
|
Group your table view by a Select field to organize records into collapsible sections.
|
|
<img src="/images/user-guide/table-views/table-group-by.png" style={{width:'100%'}}/>
|
|
|
|
## Steps
|
|
|
|
1. Navigate to the object (People, Companies, etc.)
|
|
2. Click the view dropdown → **+ Add view**
|
|
3. Name your view (e.g., "Companies by Type")
|
|
4. Click **Create**
|
|
5. Click **Options → Group**
|
|
6. Choose a Select field to group by
|
|
7. Click **Save**
|
|
|
|
## Configure Group Order
|
|
|
|
Under **Options → Group → Sort**, choose how groups are ordered:
|
|
|
|
| Option | Description |
|
|
|--------|-------------|
|
|
| **Alphabetical** | A to Z |
|
|
| **Reverse alphabetical** | Z to A |
|
|
| **Manual order** | Drag groups to reorder under "Visible groups" |
|
|
|
|
Click the **eye icon** next to a group to hide it from the view.
|
|
|
|
<Note>
|
|
**For best performance, limit to 10-15 visible groups.** If you need more, consider using a Dashboard instead.
|
|
</Note>
|
|
|
|
## Example: Companies by Industry
|
|
|
|
1. Go to **Companies**
|
|
2. Create a new view named "By Industry"
|
|
3. Click **Options → Group**
|
|
4. Select the **Industry** field
|
|
5. Save
|
|
|
|
Now your companies are organized by industry, making it easy to focus on one segment at a time.
|
|
|
|
## Related
|
|
|
|
- [Table Views](/user-guide/views-pipelines/capabilities/table-views) — all table view features
|
|
- [Filters and Sorting](/user-guide/views-pipelines/capabilities/filters-and-sorting) — combine grouping with filters
|
|
|