T1000
T1000

Reputation: 2941

Reload grid (not the store) in extjs4

I need to switch between these two grids whit pressing of a button:
enter image description here enter image description here
I don't need to re'load.() the store because the data is the same for both grids, and I just make some calculations for displaying data.
Do you know how can I reload the grid ? (using card is not a option)

Upvotes: 1

Views: 522

Answers (1)

Marko
Marko

Reputation: 5454

Checkout the reconfigure method.

Upvotes: 1

Related Questions