GroupKeys
Enables setting Row Group behaviour with exceptions
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| ExceptionGroupKeys | any[][] | Exceptions to default behaviour, provided as array or arrays |
| RowGroupedColumns | string[] | 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[]