Enum sap.ui.table.GroupEventTypeModule: sap/ui/table/library


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

Field Summary
sap.ui.table.GroupEventType.hideGroupedColumnShow grouped column only as group header
sap.ui.table.GroupEventType.moveDownChange the group order of the columns.
sap.ui.table.GroupEventType.moveUpChange the group order of the columns.
sap.ui.table.GroupEventType.showGroupedColumnShow grouped column also as a column, not just as group header
Field Detail
sap.ui.table.GroupEventType.group: string
Group Column
sap.ui.table.GroupEventType.hideGroupedColumn: string
Show grouped column only as group header
sap.ui.table.GroupEventType.moveDown: string
Change the group order of the columns. Move column one position down in the group sequence
sap.ui.table.GroupEventType.moveUp: string
Change the group order of the columns. Move column one position up in the group sequence
sap.ui.table.GroupEventType.showGroupedColumn: string
Show grouped column also as a column, not just as group header
sap.ui.table.GroupEventType.ungroup: string
Ungroup Column
sap.ui.table.GroupEventType.ungroupAll: string
Ungroup All Columns