Ext grid filtering default filter activation on loading
问题 I have added default remote filter to grid for column 'hiddenFlag', however it is not active on first loading. When I click column header menu, filter seem to be active however records is now appropriate. I should deactivate and activate it again. how, I can configure it to be active for the first load also? Ext.define('Ext.migration.CommentGrid', { extend: 'Ext.grid.Panel', alias: 'widget.commentgrid', xtype: 'grid', initComponent: function(){ filePath = ""; this.filters = { ftype: 'filters'