Managed state hook for table filtering. Returns the current filter map and an onChange handler. Pass the result directly to useTableFiltering.
tsimport {useTableFilterState} from '@astryxdesign/core/Table'
| Param | Type | Description |
|---|---|---|
initialState | TableFilterState | Optional initial filter state map. |
Table with popover filter controls triggered by icons in column headers.
Table with inline filter controls rendered directly below each column header.