Class GroupTotals

Information about group totals. An instance of GroupTotals will be created for each totals row and passed to the aggregators so that they can store arbitrary data in it. That data can later be accessed by group totals formatters during the display. GroupTotals

Constructors

  • Information about group totals. An instance of GroupTotals will be created for each totals row and passed to the aggregators so that they can store arbitrary data in it. That data can later be accessed by group totals formatters during the display. GroupTotals

    Returns GroupTotals

Properties

__groupTotals: boolean
group: Group

Parent Group.

initialized: boolean

Whether the totals have been fully initialized / calculated. Will be set to false for lazy-calculated group totals.

prototype: NonDataItem