RowGroupValues
Manages Row Group expand / collapse behaviour, including exceptions
TypeScript
export type RowGroupValues = {
RowGroupDefaultBehavior: 'always-expanded' | 'always-collapsed';
} | RowGroupValuesWithExceptionKeys;Manages Row Group expand / collapse behaviour, including exceptions
export type RowGroupValues = {
RowGroupDefaultBehavior: 'always-expanded' | 'always-collapsed';
} | RowGroupValuesWithExceptionKeys;