Hello,
I set store class and try use for two grids. In first grid i set filters, but when i use second grid - it have filters from first grid. How i can use one store class for more different grids?
Hello,
I set store class and try use for two grids. In first grid i set filters, but when i use second grid - it have filters from first grid. How i can use one store class for more different grids?
You should create each store instance for each grid.
You should create each store instance for each grid.
vietits ,
For each grid set?HTML Code:var store = Ext.create('myApp.store.myStore', {...})
Yes, that is what I mean.