|
| 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 : String | Column |
| hidden : Boolean Optional. true to hide the column. Defaults to false. | Column |
| hideable : BooleanOptional. Specify as false to prevent the user from hiding this column
+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
(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 : StringOptional. A name which identifies this column (defaults to the column's initial
@@ -90,10 +93,9 @@ 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.
-Defaults to the value of the defaultSortable property.
-W... | Column |
| tooltip : StringOptional. A text string to use as the column header's tooltip. If Quicktips
+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
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.
@@ -156,4 +158,6 @@ was extracted.
:
Ext.Editor Returns the editor defined for this column that was created to wrap the Field
used to edit the cell. Returns the editor defined for this column that was created to wrap the Field
-used to edit the cell. Parameters:rowIndex : NumberThe row index Returns: | Column |