> ## Documentation Index
> Fetch the complete documentation index at: https://docs.custral.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Table

> Spreadsheet-style view of an object's records.

## Overview

Table renders any object's records as rows in a sortable, filterable grid. Columns map to properties. Inline edit, bulk select, and quick-add are built in.

## Use cases

The default surface for browsing an object. Pick Table when the user needs to see many properties at once and edit values without leaving the list.

## Configuration

| Setting      | What it does                                                      |
| ------------ | ----------------------------------------------------------------- |
| Object       | The object whose records appear (required).                       |
| Saved view   | Reuse a saved view's filters, sort order, and visible columns.    |
| Columns      | Override which properties show as columns.                        |
| Bulk actions | Actions surfaced in a toolbar when one or more rows are selected. |

## Examples

A "Contacts" tab on the workspace showing every Contact with quick edit. A "Open Tickets" view on a dashboard scoped by filter.

## See also

* [List](/blocks/embedded/databases/list): same data, vertical layout.
* [Board](/blocks/embedded/databases/board): kanban grouping.
* [Grid](/blocks/embedded/databases/grid): card grid for visual scan.
* [Calendar](/blocks/embedded/databases/calendar): date-property records on a calendar.
* [DataTable component conventions](/data/objects/views) for selection / sort / filter patterns.


## Related topics

- [Conversation Table](/blocks/embedded/conversations/conversation-table.md)
- [GitHub](/integrations/github.md)
- [Mobile app](/start/apps/mobile.md)
- [Change Log](/product/updates.md)
- [Document View](/surfaces/views/types/document.md)
