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
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: same data, vertical layout.
- Board: kanban grouping.
- Grid: card grid for visual scan.
- Calendar: date-property records on a calendar.
- DataTable component conventions for selection / sort / filter patterns.