RevoGrid Documentation v4.15.8 / GroupLabelTemplateFunc
Type Alias: GroupLabelTemplateFunc()
ts
type GroupLabelTemplateFunc: (createElement: HyperFunc<VNode>, props: GroupTemplateProp & RowGroupingProps, ...args: any[]) => any;Parameters
| Parameter | Type |
|---|---|
createElement | HyperFunc<VNode> |
props | GroupTemplateProp & RowGroupingProps |
...args | any[] |
Returns
any