Skip to main content

GroupItem

<ui5-group-item> | Since 2.15.0

The ui5-group-item component defines the grouping criteria for data in ui5-view-settings-dialog. It represents a single group option that users can select to organize data into logical groups.

Usage​

The ui5-group-item is used within the ui5-view-settings-dialog to provide grouping options. Each group item represents a column or field by which data can be grouped.

ES6 Module Import​

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

Properties​

selected​

DescriptionDefines if the group item is selected.
Typeboolean
Defaultfalse

text​

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

Slots​

No slots available for this component.

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.