X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.grid.PivotGridView.html diff --git a/docs/output/Ext.grid.PivotGridView.html b/docs/output/Ext.grid.PivotGridView.html index b68d1578..90dfa625 100644 --- a/docs/output/Ext.grid.PivotGridView.html +++ b/docs/output/Ext.grid.PivotGridView.html @@ -1,4 +1,6 @@ -
Properties Methods Events Config Options Direct Link
Observable
  GridView
    PivotGridView

Class Ext.grid.PivotGridView

Package:Ext.grid
Defined In:PivotGridView.js
Class:PivotGridView
Extends:GridView
Specialised GridView for rendering Pivot Grid components. Config can be passed to the PivotGridView via the PivotGrid constructor's +
Observable
+  GridView
+    PivotGridView

Class Ext.grid.PivotGridView

Package:Ext.grid
Defined In:PivotGridView.js
Class:PivotGridView
Extends:GridView
Specialised GridView for rendering Pivot Grid components. Config can be passed to the PivotGridView via the PivotGrid constructor's viewConfig option:
new Ext.grid.PivotGrid({
     viewConfig: {
@@ -23,11 +25,15 @@ are available (defaults to ''). This value will be used to update the this.mainBody.update('<div class="x-grid-empty">' + this.emptyText + '</div>');
GridView enableRowBody : Boolean
True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use ...
True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.
GridView forceFit : Boolean
Defaults to false. Specify true to have the column widths re-proportioned -at all times. The initially configured wi...
Defaults to false. Specify true to have the column widths re-proportioned -at all times. The initially configured width of each +at all times. +The initially configured wid...

Defaults to false. Specify true to have the column widths re-proportioned +at all times.

+

The initially configured width of each column will be adjusted to fit the grid width and prevent horizontal scrolling. If columns are later resized (manually or programmatically), the other columns in the grid will be resized -to fit the grid width. See autoFill also.

GridView getCellCls : Function
Optional function which should return a CSS class name for each cell value. This is useful when +to fit the grid width.

+

Columns which are configured with fixed: true are omitted from being resized.

+

See autoFill.

GridView getCellCls : Function
Optional function which should return a CSS class name for each cell value. This is useful when color coding cells ba...
Optional function which should return a CSS class name for each cell value. This is useful when color coding cells based on their value. Defaults to undefined.
PivotGridView headerMenuOpenCls : String
The CSS class to add to the header cell when its menu is visible. Defaults to 'x-grid3-hd-menu-open'
GridView headersDisabled : Boolean
True to disable the grid column headers (defaults to false). Use the ColumnModel menuDisabled