Version 1
Common Interface IGroupFooterOptions GrapeCity DataViewsJS Interface

IGroupFooterOptions Interface

Defines group footer settings.

Heirarchy

  • IGroupFooterOptions

Properties

Optional collapseWithGroup

collapseWithGroup: boolean

Specifies whether the footer is collapsed when the group is collapsed. If false, the footer remains visible even if the group is collapsed.

Optional columns

columns: object[]

An array used to specify the individual column renderer or aggregate formulas on group footer area.

Optional fixed

fixed: boolean

Specifies whether the group footer is fixed

Optional height

height: number

Specifies height of the group footer

Optional location

location: "top" | "bottom"

Specifies footer location (top or bottom)

Optional template

template: string

Specifies group footer template

Optional visible

visible: boolean

Specifies whether the group footer is visible. Default value is false