Sunday, June 19, 2016

ExtJS: Grid filter the column value

Hi

User want to filter particular value in store

var store =  Ext.data.StoreManager.lookup('Your Store ID Name');
store.filter('age', 15);

No comments:

Post a Comment