RevoGrid Documentation v4.15.1 / GroupingOptions
Type Alias: GroupingOptions
ts
type GroupingOptions: {
groupLabelTemplate: GroupLabelTemplateFunc;
preserveGroupingOnUpdate: boolean;
props: ColumnProp[];
} & ExpandedOptions;
Type declaration
Name | Type | Description | Defined in |
---|---|---|---|
groupLabelTemplate | GroupLabelTemplateFunc | Custom group label template | src/plugins/groupingRow/grouping.row.types.ts:83 |
preserveGroupingOnUpdate | boolean | Should grouping be preserved on source update. default: true | src/plugins/groupingRow/grouping.row.types.ts:79 |
props | ColumnProp [] | Column props to which grouping will be applied | src/plugins/groupingRow/grouping.row.types.ts:73 |