enum sap.ui.table.GroupEventType

Visiblity: public
Available since: N/A
Module: sap/ui/table/library
Application Component: CA-UI5-TBL

Details about the group event to distinguish between different actions associated with grouping


Properties Overview

Node Description
sap.ui.table.GroupEventType.group

Group Column

sap.ui.table.GroupEventType.hideGroupedColumn

Show grouped column only as group header

sap.ui.table.GroupEventType.moveDown

Change the group order of the columns. Move column one position down in the group sequence

sap.ui.table.GroupEventType.moveUp

Change the group order of the columns. Move column one position up in the group sequence

sap.ui.table.GroupEventType.showGroupedColumn

Show grouped column also as a column, not just as group header

sap.ui.table.GroupEventType.ungroup

Ungroup Column

sap.ui.table.GroupEventType.ungroupAll

Ungroup All Columns