Skip to main content

FilterItem

<ui5-filter-item> | Since 1.0.0-rc.16

The ui5-filter-item component defines the filtering criteria for data in ui5-view-settings-dialog. It represents a single filter category that contains multiple filter options that users can select.

Usage

The ui5-filter-item is used within the ui5-view-settings-dialog to provide filtering options.

ES6 Module Import

import "@ui5/webcomponents-fiori/dist/FilterItem.js";

Properties

text

DescriptionDefines the text of the filter item.
Typestring | undefined
Defaultundefined

additionalText

DescriptionDefines the additional text of the filter item. This text is typically used to show the number of selected filter options within this category.
Typestring | undefined
Defaultundefined

Slots

values

DescriptionDefines the filter options available for this filter category.
TypeArray<FilterItemOption>

Events

No events available for this component.

Methods

No methods available for this component.

CSS Parts

No CSS parts available for this component.

CSS Custom States

No CSS custom states available for this component.