Enables setting Row Group behaviour with exceptions

TypeScript
export interface

Properties

PropertyDescription
ExceptionGroupKeysExceptions to default behaviour, provided as array or arrays
RowGroupedColumnsColumns 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[]