RowGroupFooter
Grid Group Footer Model
Signature:
export interface RowGroupFooterEvents
| Property | Type | Description |
|---|---|---|
| cellStyleCallback | CellStyleCallback | A callback to specify the style applied to each column of the group footer |
| styleCallback | GroupFooterStyleCallback | Callbacks for styling |
Properties
| Property | Type | Description |
|---|---|---|
| exportStyleName | string | Style name to be applied when exporting to Excel |
| styleName | string | Style class name applied to group footer row |
Events Desc
cellStyleCallback
Callback to specify the style applied to each column of the group footer
Type - CellStyleCallback
Remarks:
styleCallback
Callbacks for styling
Type - GroupFooterStyleCallback
Remarks:
Properties Desc
exportStyleName
Style name to be applied when exporting to Excel
Type - string
styleName
Style class name applied to group footer row
Type - string