Properties Methods Events Config Options Direct Link
Observable
  GridView
    PivotGridView

Class CQ.Ext.grid.PivotGridView

Package:CQ.Ext.grid
Class:PivotGridView
Extends:CQ.Ext.grid.GridView
Clientlib:cq.widgets
Specialised GridView for rendering Pivot Grid components. Config can be passed to the PivotGridView via the PivotGrid constructor's viewConfig option:
new CQ.Ext.grid.PivotGrid({
    viewConfig: {
        title: 'My Pivot Grid',
        getCellCls: function(value) {
            return value > 10 'red' : 'green';
        }
    }
});

Currently title and getCellCls are the only configuration options accepted by PivotGridView. All other interaction is performed via the PivotGrid class.

Config Options

Config Options Defined By
  headerMenuOpenCls : String
The CSS class to add to the header cell when its menu is visible. Defaults to 'x-grid3-hd-menu-open'
GridView
  rowOverCls : String
The CSS class added to each row when it is hovered over. Defaults to 'x-grid3-row-over'
GridView
  title : String
Optional title to be placed in the top left corner of the PivotGrid. Defaults to an empty string.
PivotGridView

Public Properties

Property Defined By
  bodyTpl : CQ.Ext.Template
The template to use when rendering the body. Has a default template
GridView
  cellTpl : CQ.Ext.Template
The template to use to render each cell. Has a default template
GridView
  colHeaderCellCls : String
The CSS class added to all group header cells. Defaults to 'grid-hd-group-cell'
PivotGridView
  headerTitleEl : CQ.Ext.Element The
PivotGridView
  headerTpl : CQ.Ext.Template
The template to use when rendering headers. Has a default template
GridView
  masterTpl : masterTpl
The master template to use when rendering the GridView. Has a default template
PivotGridView
  rowHeadersEl : CQ.Ext.Element The
PivotGridView

Public Methods

Method Defined By

Public Events

Event Defined By