RealGrid2 API
Interface
RowGroupFooter

RowGroupFooter

Grid Group Footer Model

Signature:

export interface RowGroupFooter

Events

PropertyTypeDescription
cellStyleCallbackCellStyleCallbackA callback to specify the style applied to each column of the group footer
styleCallbackGroupFooterStyleCallbackCallbacks for styling

Properties

PropertyTypeDescription
exportStyleNamestringStyle name to be applied when exporting to Excel
heightnumberSpecifies the height of the group footer.
heightsnumber[]Specifies the height per TR of a multi-row footer row as an array.
styleNamestringStyle 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:

See CellStyleCallback


styleCallback

Callbacks for styling

Type - GroupFooterStyleCallback

Remarks:

See GroupFooterStyleCallback


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