RevoGrid Documentation v4.15.8 / DSourceState
Type Alias: DSourceState<T1, T2> 
ts
type DSourceState<T1, T2>: DataSourceState<T1, T2> & {
  groupingCustomRenderer: GroupLabelTemplateFunc | null;
};Type declaration 
| Name | Type | Defined in | 
|---|---|---|
| groupingCustomRenderer | GroupLabelTemplateFunc|null | src/store/dataSource/data.store.ts:33 | 
Type Parameters 
| Type Parameter | 
|---|
| T1extendsGDataType | 
| T2extendsGDimension |