Module: components/FilterToolbarItem
Functions
default
▸ default<T
>(root0
): Element
Toolbar item for filtering a table.
Type parameters
Name |
---|
T |
Parameters
Name | Type | Description |
---|---|---|
root0 | Object | Props for the component. |
root0.filterColumnId | string | ID of the column to filter by. |
root0.multiColumn? | boolean | Whether to allow filtering by multiple columns. Every column which should be filterable must have a filterLabel property in its meta. (a select element with column names will be shown). |
root0.placeholder | string | Placeholder text for the filter input. |
root0.table | Table <T > | Table for which to render the toolbar item. |
Returns
Element