Supervisor․TeamFiltersPanel
SidePanel dedicated to filter WorkersDataTable in teams view
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
filter-list | React component | Wrapper for filter list. Displays the header and the items of the filter list | ||
header | styled(div) | Wrapper for filter list header. Displays the Close icon and the TeamFiltersPanelTitle template for the title |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<TeamFiltersPanel.TeamFiltersPanelProps> | Dynamic content store |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
appliedFilters | Array<AppliedFilter> | Represents applied filters. | Yes | |
filters | Array<FilterDefinition> | List of filters. | Yes | |
isHidden | boolean | Indicates whether the panel is currently hidden. | No | |
isLoadingWorkers | boolean | Indicates whether workers are loading. | No | |
workers | Array<SupervisorWorkerState> | Represents list of workers. | Yes |