Properties Methods Events Config Options Direct Link
GroupSummary
  HybridSummary

Class Ext.ux.grid.HybridSummary

Package:Ext.ux.grid
Defined In:GroupSummary.js
Class:HybridSummary
Extends:GroupSummary
Adds capability to specify the summary data for the group via json as illustrated here:
{
    data: [
        {
            projectId: 100,     project: 'House',
            taskId:    112, description: 'Paint',
            estimate:    6,        rate:     150,
            due:'06/24/2007'
        },
        ...
    ],

    summaryData: {
        'House': {
            description: 14, estimate: 9,
                   rate: 99, due: new Date(2009, 6, 29),
                   cost: 999
        }
    }
}

Config Options

Config OptionsDefined By
 summaryType : String
The type of calculation to be used for the column. For options available see Calculations.
GroupSummary

Public Properties

PropertyDefined By

Public Methods

MethodDefined By

Public Events

This class has no public events.