An Array of object literals. The config options defined by
+
Config Options
|
| columns : ArrayAn Array of object literals. The config options defined by
Ext.grid.Column are the options which may appear in the o... An Array of object literals. The config options defined by
Ext.grid.Column are the options which may appear in the object literal for each
individual column definition. | ColumnModel |
| defaultSortable : BooleanDefault sortable of columns which have no
@@ -126,7 +128,7 @@ Or a shorthand syntax:
scope: this
}); Returns: | Observable |
| destroy()
:
- voidDestroys this column model by purging any event listeners, and removing any editors. Destroys this column model by purging any event listeners, and removing any editors. | ColumnModel |
| enableBubble( String/Array events )
+ voidDestroys this column model by purging any event listeners. Destroys and dereferences all Columns. Destroys this column model by purging any event listeners. Destroys and dereferences all Columns. | ColumnModel |
| enableBubble( String/Array events )
:
voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
this.getBubbleTarget() if present.... Enables events fired by this Observable to bubble up an owner hierarchy by calling
|