Groupable
configurationIf set to true the user could group the grid by dragging the column header cells. By default grouping is disabled.
Can be set to a JavaScript object which represents the grouping configuration.
groupable
Boolean|ObjectDefault: false
groupable.enabled
BooleanWhen set to false grouping is considered disabled.
Default: true
groupable.messages
ObjectThe text messages displayed during grouping.
groupable.showFooter
BooleanWhen enabled the group footer rows will remain visible when the corresponding group is collapsed.
Default: false
groupable.sort
ObjectSets the sort configuration when grouping.
groupable.stickyFooters
BooleanWhen enabled the group footer rows will stick to the bottom of the scrollable content area while scrolling through the group's data rows. Requires the scrollable option to be enabled. The columns must have a groupFooterTemplate defined.
Default: false
groupable.stickyHeaders
BooleanWhen enabled the group header rows will stick to the top of the scrollable content area while scrolling through the group's data rows. Requires the scrollable option to be enabled.
Default: false