v7.3.0

GroupSummary
Feature

A special version of the Grid GroupSummary feature that enables summaries within scheduler. To use a single summary it is easiest to configure renderer, for multiple summaries see summaries.

This feature is disabled by default. It is not supported in vertical mode.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • Show tooltip containing summary values and labels

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isGroupSummary : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of GroupSummary class, or subclass thereof.

Functions

Functions are methods available for calling on the class
    • generateHtml( )
      private

      Called by parent class to fill timeaxis with summary contents. Generates tick "cells" and populates them with summaries.

      <div class="b-time-axis-group-summary">
          <div class="b-time-axis-tick">
              <div class="b-timeaxix-summary-value">x</div>
              ...
          </div>
          ...
      </div>
    • getTipHtml( )
      private

      Generates tooltip contents for hovered summary tick

    • onBeforeRenderRow( )
      private

      Called before rendering row contents, used to reset rows no longer used as group summary rows

    • render( )
      private

      Initialize tooltip on render

    • updateSummaryHtml( )
      private

      Overrides parents function to return correct summary count, used when sizing row

    Type definitions

    id: groupSummary

    Source path

    Scheduler/feature/GroupSummary.js

    Demo

    examples/groupsummary

    Contents