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

Class Ext.grid.GroupingView

Package:Ext.grid
Defined In:GroupingView.js
Class:GroupingView
Extends:GridView
Adds the ability for single level grouping to the grid. A GroupingStore +
Observable
+  GridView
+    GroupingView

Class Ext.grid.GroupingView

Package:Ext.grid
Defined In:GroupingView.js
Class:GroupingView
Extends:GridView
Adds the ability for single level grouping to the grid. A GroupingStore must be used to enable grouping. Some grouping characteristics may also be configured at the Column level
GridView enableGrouping : Boolean
false to disable grouping functionality (defaults to true)
GroupingView enableGroupingMenu : Boolean
true to enable the grouping control in the column menu (defaults to true)
GroupingView enableNoGroups : Boolean
true to allow the user to turn off grouping (defaults to true)
GroupingView 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 groupByText : String
Text displayed in the grid header menu for grouping by a column +to fit the grid width.

+

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

+

See autoFill.

GridView groupByText : String
Text displayed in the grid header menu for grouping by a column (defaults to 'Group By This Field').
GroupingView groupMode : String
Indicates how to construct the group identifier. 'value' constructs the id using raw value, 'display' constructs the ...
Indicates how to construct the group identifier. 'value' constructs the id using raw value, 'display' constructs the id using the rendered value. Defaults to 'value'.
GroupingView groupRenderer : Function
This property must be configured in the Ext.grid.Column for