extjs4.2

ExtJs - Filter a grid with a search field in the column header

对着背影说爱祢 提交于 2019-11-27 07:55:04
In ExtJs, there are many options to filter a grid. There are two nice examples in the documentation, like referenced in this question . Remote filtering Local filtering However, having the filter hidden in the default dropdown menu of Ext.ux.grid.FiltersFeature looks really awkward for me. A good ergonomic choice would to create search fields in the column headers, like @Ctacus shows in his question . How can this be achieved ? Lorenz Meyer After quite much research through the sparse documentation, and thanks to great questions and answers in SO, I came up with a simple class, that adds this