Features
- Column sorting — click a column header to sort ascending or descending.
- Quick search — use the search bar in the table header to filter visible rows by text match.
- Column visibility — hide columns you don’t need through the Rift configuration.
- Column resizing — drag column borders to adjust widths.
- Aggregation footers — add footer rows that show aggregates (sum, average, count, etc.) for each column.
Rift on tables
Tables support the full set of Rift transformations:- Group by columns to create aggregated views.
- Filter to narrow visible rows.
- Sort by one or more columns.
- Hide columns to focus on what matters.
Column configuration
Each column can be individually configured:| Setting | Description |
|---|---|
| Display name | Override the column name shown in the header. |
| Format | Control how values are displayed (e.g. number formatting). |
| Width | Set a fixed column width. |
| Visible | Show or hide the column. |
When to use a table
Tables are best when you want to:- Explore raw data before deciding on a visualization.
- Display detailed records (e.g. individual orders, user activity).
- Cross-reference specific values.