FlexTableSlotProps
Defined in: packages/react/src/FlexTable.tsx:29
Type Parameters
Section titled “Type Parameters”TData
Properties
Section titled “Properties”handleSearchUpdate
Section titled “handleSearchUpdate”handleSearchUpdate: (
value) =>void
Defined in: packages/react/src/FlexTable.tsx:32
Calls table.setGlobalFilter() under the hood — the discoverable way for a custom assets component to drive the same search state as the built-in search box (and, in turn, onSearchChange).
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
table:
Table<TData>
Defined in: packages/react/src/FlexTable.tsx:30