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