Guide applies to: modern The rowoperations plugin lets you set up an operation to be performed on a row. By the default, the operation is delete, but you can configure it via th...
Guide applies to: modern The default column type has these key properties: dataIndex is the record field being shown text is the column header The column simply runs toStrin...
Guide applies to: modern width flex sortable align : left, center, right editor : used with cell or row editors (covered in the forms topic) columns : define a grouping, with...
alias build buildDir cli css components dev dir env extendPlugins generate globalName head hooks ignore loading loadingIndicator mode modern modules modulesDir ...
Guide applies to: modern The rowediting plugin lets you edit a record, one row at a time. Specify editor on a column, specifying an Ext.form.field config. Only columns with an...
Guide applies to: modern Cells use the Ext.mixin.Toolable mixin, which means you can create a column of icons using tools:[] . Set the icons via iconCls (typically using FontAw...
Guide applies to: modern A chained store is a “view” of an existing store. Chained stores can be sorted and filtered independently of the source store. A chained store is used wh...