Reputation:
How can i refresh grid data when new data added in exts?
Upvotes: 3
Views: 11157
Reputation: 925
It depends on how you add the new data, if it happens on the server and you want to refresh an Ext JS view:
grid.getStore().reload()
Upvotes: 1