I am a new user of Extjs library, I created a grid successfully and it works just fine, now I want to use Ext.grid.GridFilters to add filtering to my grid, however when I add the filtering it works, but it filters all rows but I want to exclude last 3 rows from filtering.
How can I filter just specified rows?
Thanks for the help.