GroupKeys

Enables setting Row Group behaviour with exceptions

TypeScript
export interface

Properties

PropertyTypeDescription
ExceptionGroupKeysany[][]Exceptions to default behaviour, provided as array or arrays
RowGroupedColumnsstring[]Columns that are Row Grouped

Property Details

ExceptionGroupKeys

Exceptions to default behaviour, provided as array or arrays

TypeScript
ExceptionGroupKeys?: any[][];
Property Value

any[][]

RowGroupedColumns

Columns that are Row Grouped

TypeScript
RowGroupedColumns: string[];
Property Value

string[]