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 |
| height | number | Specifies the height of the group footer. |
| heights | number[] | Specifies the height per TR of a multi-row footer row as an array. |
| 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
height
Specifies the height of the group footer.
Type - number
heights
Specifies the height of each TR in a multi-row footer as an array.
Type - number[]
Remarks:
If heights is specified, height is ignored.
styleName
Style class name applied to group footer row
Type - string