Unanswered: Remove a single filter from a store which has multiple filters
Unanswered: Remove a single filter from a store which has multiple filters
Hey guys,
I have a store with multiple filters, how can i remove a single one of them instead of using store.clearFilter(), which ofcourse clears all of them?
Can't find anything in the docs or any other examples (was expecting removeFilter() or something)..
Ext.data.Store.prototype.filters (or store.filters in your instance) is an array of objects representing the applied filters. Try interrogating it and work from there