Tables
FilterTable
A table with a horizontally scrollable filter-chip bar above it. Active chips filter the displayed rows; chips show optional result counts.
Preview:1280px
0 of 5 results
| Name | Status | Updated |
|---|---|---|
| No results match the selected filters | ||
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| filters | FilterChip[] | - | Filter chip definitions with optional count and active state. |
| columns | TableColumn[] | - | Column definitions for the embedded table. |
| data | Record<string, unknown>[] | - | Full dataset; filtered client-side by status/type field. |
| onFilterChange | (activeFilters: string[]) => void | - | Fired with the array of active filter IDs when selection changes. |