ToolbarSlotProps
Defined in: packages/react/src/components/TableToolbar.tsx:8
Type Parameters
Section titled “Type Parameters”TData
Properties
Section titled “Properties”handleFiltersUpdate
Section titled “handleFiltersUpdate”handleFiltersUpdate: (
columnFilters) =>void
Defined in: packages/react/src/components/TableToolbar.tsx:10
Parameters
Section titled “Parameters”columnFilters
Section titled “columnFilters”ColumnFilter[]
Returns
Section titled “Returns”void
handleSearchUpdate
Section titled “handleSearchUpdate”handleSearchUpdate: (
value) =>void
Defined in: packages/react/src/components/TableToolbar.tsx:12
Calls table.setGlobalFilter() under the hood — the discoverable way for a custom tableFilters component to drive the same search state as the built-in search box.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
table:
Table<TData>
Defined in: packages/react/src/components/TableToolbar.tsx:9