Skip to content
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

Props

PropTypeDefaultDescription
filtersFilterChip[]-Filter chip definitions with optional count and active state.
columnsTableColumn[]-Column definitions for the embedded table.
dataRecord<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.