Layout Type of Components
Layout components control the structural organization of your page. They don’t display data themselves — they wrap other components to group and arrange them.Container
A generic grouping wrapper. Place multiple components inside a Container to keep them visually grouped, apply shared styling (background, border, padding), or make them collapse and expand together. When to use: Whenever you want to visually group related widgets — for example, a KPI section at the top of a page or a filter bar above a table.Detail Panel
A slide-in panel that opens when a user selects a row from a Table or Card List. The Detail Panel shows deeper information about the selected record without navigating away from the page. When to use: HITL review workflows where reviewers click a task row to open a full detail view — showing extracted fields, source documents, or approval actions — without losing context of the list.Data Type of Components
Data components display information from your queries and pipeline data. They’re the primary way your Pipeline Outcomes become visible to the people using your Experience.Table
A paginated, searchable, sortable data grid. Displays rows and columns from a query result. Supports column configuration, row-level actions, and inline editing. When to use: Displaying structured records — task lists, rate tables, reviewer performance logs, or any dataset with multiple fields per row. Key configuration options:- Column visibility and display names
- Sort defaults and pagination size
- Row-click actions (open Detail Panel, trigger a button action)
- Inline edit mode per column