oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

About Filter #409

Open torsilver opened 7 years ago

torsilver commented 7 years ago

I try to use Filter and FilterBar modules in my codes when I got some new stores, I use grid.model.clearCache(); grid.setStore(store); grid.body.refresh(); to Refresh my grid. But after the refresh the filter I set before refresh is gone. Can some one tell me how I can keep the filter. So the grid will show new data and with filter.