> ## Documentation Index
> Fetch the complete documentation index at: https://twenty-claude-cool-pascal-5ay683.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Table Views

> Display your data in a spreadsheet-like list format.

## About Table Views

Table views display records in rows with customizable columns—like a spreadsheet. This is the default view type for most objects.

<img src="https://mintcdn.com/twenty-claude-cool-pascal-5ay683/frTJuVah_H2nWCMI/images/user-guide/table-views/table-view.png?fit=max&auto=format&n=frTJuVah_H2nWCMI&q=85&s=b26180d48fa64e7390aa520cea2b06d9" style={{width:'100%'}} width="5060" height="2172" data-path="images/user-guide/table-views/table-view.png" />

## Features

### Column Configuration

* Show or hide columns (fields)
* Resize column widths
* Reorder columns by dragging

### Group By a Select Field

Organize records into collapsible groups based on a field of select type.

<img src="https://mintcdn.com/twenty-claude-cool-pascal-5ay683/frTJuVah_H2nWCMI/images/user-guide/table-views/table-group-by.png?fit=max&auto=format&n=frTJuVah_H2nWCMI&q=85&s=a4865bfa3c4932f98209379322b4c7dd" style={{width:'100%'}} width="4496" height="2536" data-path="images/user-guide/table-views/table-group-by.png" />

1. Click **Options**
2. Select **Group**
3. Choose a Select field
4. Configure group order under **Options → Group → Sort**:
   * **Alphabetical** or **Reverse alphabetical**
   * **Manual order**: Drag groups under "Visible groups" to reorder
   * Click the **eye icon** next to a group to hide it

**Use cases:**

* Group Companies by Type
* Group Opportunities by Stage
* Group Tasks by Status

<Note>
  **For best performance, limit to 10-15 visible groups per view.** If you need more groups, consider using a Dashboard instead.
</Note>

### Column Widths

Resize columns to show more or less content:

1. Hover between two column headers
2. Click and drag the column border
3. Release to set the new width

## When to Use Table Views

Table views work best for:

* **Browsing large datasets** — scan many records quickly
* **Data entry** — edit multiple records efficiently
* **Detailed analysis** — see many fields at once
* **Sorting and filtering** — find specific records

## Related

* [Fields and Columns](/user-guide/views-pipelines/capabilities/fields-and-columns) — configuring which fields to display
* [Filters and Sorting](/user-guide/views-pipelines/capabilities/filters-and-sorting) — narrowing down records
