Extjs Plugins !exclusive!

// Add a new column for expand/collapse grid.reconfigure(grid.getStore(), [ xtype: 'actioncolumn', width: 30, items: [ iconCls: 'x-fa fa-plus', handler: this.toggleRow.bind(this) ] ].concat(grid.getColumns()));

Ext.create('Ext.field.Text', label: 'Username', emptyText: 'Enter your username...', plugins: type: 'ghosttext' // Matches the alias defined above extjs plugins

Some popular ExtJS plugins include:

: Directly generating reports from a grid view. // Add a new column for expand/collapse grid