Module: app/zamestnanec/sprava-ukolu/TaskTableToolbar
Functions
default
▸ default(root0): Element
Renders a toolbar for the task table.
Parameters
| Name | Type | Description |
|---|---|---|
root0 | Object | Props for the component. |
root0.filterProps | Object | Props for the filter toolbar item. |
root0.filterProps.columnId | string | - |
root0.filterProps.placeholder | string | - |
root0.multiColumn? | boolean | Whether to allow filtering by multiple columns. |
root0.table | Table<TaskWithDeadline> | Reference to the table for which the toolbar is rendered. |
Returns
Element
Defined in
src/web-app/src/app/zamestnanec/sprava-ukolu/TaskTableToolbar.tsx:18