Přeskočit na hlavní obsah

Module: components/FilterToolbarItem

Functions

default

default<T>(root0): Element

Toolbar item for filtering a table.

Type parameters

Name
T

Parameters

NameTypeDescription
root0ObjectProps for the component.
root0.filterColumnIdstringID of the column to filter by.
root0.multiColumn?booleanWhether 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.placeholderstringPlaceholder text for the filter input.
root0.tableTable<T>Table for which to render the toolbar item.

Returns

Element

Defined in

src/web-app/src/components/FilterToolbarItem.tsx:23