extjs - ext js 4.2.0.633 - grid column header not showing filter options -
The filter option in the grid column header is not working with ext js 4.2.0.633, but extjs-4.1.1 < / P>
I am using this Expand: 'Qreda.view.BaseRemoteGrid', Store: 'OptInOutConfigs', nickname: 'widget.dndgrid', Frame: True, InitComponent: function () {this.column = [{header: 'keyword', datindex: 'keyword', renderer: function (value, metadata, record) {return value ? Value.name: null;}, filter: true}, {header: 'triggered keyword', dataindex: 'trigger keyword', filterable: correct}, {header: 'category', dataindex: 'range id', filter : {Type: 'list', store: Ext.getStore ('(category, option) {Ext.getStore (' CgCategories '), labelField:' categoryName '}}]; this.callParent (); this.setTitle (' MENU_DND_MANAGEMENT '); this.on (' firstseader ', function (component, option). Es') load (); }, this); }
});
Someone helped me solve this
Please use the JS file Do the grid filter provided with ext js 4.2.0.633 distribution. They can be found in examples / ux / grid / filter & amp; Example / ux / Grid / Menu & amp; Ux / Grid folders
Comments
Post a Comment