|
| align : String Optional. Set the CSS text-align property of the column. Defaults to undefined. | Column |
| css : StringOptional. An inline style definition string which is applied to all table cells in the column
(excluding headers). D... Optional. An inline style definition string which is applied to all table cells in the column
-(excluding headers). Defaults to undefined. | Column |
| dataIndex : StringRequired. The name of the field in the
-grid's Ext.data.Store's Ext.data.Record definition from
+(excluding headers). Defaults to undefined. | Column |
| dataIndex : StringRequired. The name of the field in the
+grid's Ext.data.Store's Ext.data.Record definition from
which to draw the co... | Column |
| editable : BooleanOptional. Defaults to true, enabling the configured
+which to draw the column's value. | Column |
| editable : BooleanOptional. Defaults to true, enabling the configured
editor. Set to false to initially disable editing on this colum... Optional. Defaults to true, enabling the configured
editor. Set to false to initially disable editing on this column.
The initial configuration may be dynamically altered using
- Ext.grid.ColumnModel. setEditable(). | Column |
| editor : Ext.form.Field | Column |
| editor : Ext.form.FieldOptional. The Ext.form.Field to use when editing values in this column
if editing is supported by the grid. See edit... Optional. The Ext.form.Field to use when editing values in this column
-if editing is supported by the grid. See editable also. | Column |
| emptyGroupText : StringOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
+if editing is supported by the grid. See editable also. | Column |
| emptyGroupText : StringOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the text to ... | Column |
| fixed : Boolean Optional. true if the column width cannot be changed. Defaults to false. | Column |
| format : String | Column |
| fixed : Boolean Optional. true if the column width cannot be changed. Defaults to false. | Column |
| format : StringA formatting string as used by Ext.util.Format.number to format a numeric value for this Column
(defaults to '0,000.... A formatting string as used by Ext.util.Format.number to format a numeric value for this Column
-(defaults to '0,000.00'). | NumberColumn |
| groupName : StringOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
+(defaults to '0,000.00'). | NumberColumn |
| groupName : StringOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the text wit... | Column |
| groupRenderer : Function | Column |
| groupRenderer : FunctionOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the function... Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the function used to format the grouping field value for display in the group
header. If a groupRenderer is not specified, the configured
@@ -37,21 +37,21 @@ for the row which caused group change.
colIndex : NumberThe column index of the group field.
ds : Ext.data.StoreThe Store which is providing the data Model.
- The function should return a string value. | Column |
| groupable : BooleanOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
+ The function should return a string value. | Column |
| groupable : BooleanOptional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to disable the header m... Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to disable the header menu item to group by the column selected. Defaults to true,
which enables the header menu group option. Set to false to disable (but still show) the
-group option in the header menu for the column. See also groupName . | Column |
| header : StringOptional. The header text to be used as innerHTML
-(html tags are accepted) to display in the Grid view. Note: to
+group option in the header menu for the column. See also groupName . | Column |
| header : StringOptional. The header text to be used as innerHTML
+(html tags are accepted) to display in the Grid view. Note: to
h... Optional. The header text to be used as innerHTML
(html tags are accepted) to display in the Grid view. Note: to
-have a clickable header with no text displayed use ' '. | Column |
| hidden : BooleanOptional. true to initially hide this column. Defaults to false.
+have a clickable header with no text displayed use ' '. | Column |
| hidden : BooleanOptional. true to initially hide this column. Defaults to false.
A hidden column may be shown via the header row men... Optional. true to initially hide this column. Defaults to false.
A hidden column may be shown via the header row menu.
-If a column is never to be shown, simply do not include this column in the Column Model at all. | Column |
| hideable : BooleanOptional. Specify as false to prevent the user from hiding this column
+If a column is never to be shown, simply do not include this column in the Column Model at all. | Column |
| hideable : BooleanOptional. Specify as false to prevent the user from hiding this column
(defaults to true). To disallow column hidin... Optional. Specify as false to prevent the user from hiding this column
(defaults to true). To disallow column hiding globally for all columns in the grid, use
- Ext.grid.GridPanel.enableColumnHide instead. | Column |
| id : String | Column |
| id : StringOptional. A name which identifies this column (defaults to the column's initial
ordinal position.) The id is used to... Optional. A name which identifies this column (defaults to the column's initial
ordinal position.) The id is used to create a CSS class name which is applied to all
table cells (including headers) in that column (in this context the id does not need to be
@@ -59,7 +59,7 @@ unique). The class name takes the form of x-grid3-td-id
Header cells will also receive this class name, but will also have the class x-grid3-hd
So, to target header cells, use CSS selectors such as: .x-grid3-hd-row .x-grid3-td-id
The Ext.grid.GridPanel.autoExpandColumn grid config option references the column via this
-unique identifier. | Column |
| menuDisabled : Boolean Optional. true to disable the column menu. Defaults to false. | Column |
| renderer : MixedFor an alternative to specifying a renderer see xtype
+unique identifier. | Column |
| menuDisabled : Boolean Optional. true to disable the column menu. Defaults to false. | Column |
| renderer : MixedFor an alternative to specifying a renderer see xtype
Optional. A renderer is an 'interceptor' method which can be u... For an alternative to specifying a renderer see xtype
Optional. A renderer is an 'interceptor' method which can be used transform data (value,
appearance, etc.) before it is rendered). This may be specified in either of three ways:
@@ -92,13 +92,13 @@ If not specified, the default renderer uses the raw data value.
}
}
See also scope. | Column |
| resizable : Boolean Optional. false to disable column resizing. Defaults to true. | Column |
| scope : Object Optional. The scope (this reference) in which to execute the
-renderer. Defaults to the Column configuration object. | Column |
| sortable : BooleanOptional. true if sorting is to be allowed on this column.
+renderer. Defaults to the Column configuration object. | Column |
| sortable : BooleanOptional. true if sorting is to be allowed on this column.
Defaults to the value of the Ext.grid.ColumnModel.default... | Column |
| tooltip : StringOptional. A text string to use as the column header's tooltip. If Quicktips
+Whether local/remote sorting is used is specified in Ext.data.Store.remoteSort . | Column |
| tooltip : StringOptional. A text string to use as the column header's tooltip. If Quicktips
are enabled, this value will be used as... Optional. A text string to use as the column header's tooltip. If Quicktips
are enabled, this value will be used as the text of the quick tip, otherwise it will be set as the
-header's HTML title attribute. Defaults to ''. | Column |
| width : NumberOptional. The initial width in pixels of the column.
+header's HTML title attribute. Defaults to ''. | Column |
| width : NumberOptional. The initial width in pixels of the column.
The width of each column can also be affected if any of the fol... Optional. The initial width in pixels of the column.
The width of each column can also be affected if any of the following are configured:
@@ -114,7 +114,7 @@ that no horizontal scrollbar is shown.
Note: when the width of each column is determined, a space on the right side
is reserved for the vertical scrollbar. The
Ext.grid.GridView.scrollOffset
-can be modified to reduce or eliminate the reserved offset. | Column |
| xtype : StringOptional. A String which references a predefined Ext.grid.Column subclass
+can be modified to reduce or eliminate the reserved offset. | Column |
| xtype : StringOptional. A String which references a predefined Ext.grid.Column subclass
type which is preconfigured with an approp... Optional. A String which references a predefined Ext.grid.Column subclass
type which is preconfigured with an appropriate renderer to be easily
configured into a ColumnModel. The predefined Ext.grid.Column subclass types are:
@@ -140,7 +140,7 @@ the Column configuration properties, for example:
}, {
...
}]
-}); | Column |