I don't understand what is it. Please give me a simple explanation.
What is the store in MVC in ExtJS 4?
I don't understand what is it. Please give me a simple explanation.
What is the store in MVC in ExtJS 4?
Did you look into Ext's documentation?
The Store class encapsulates a client side cache of Model objects.
(if a model is a row the store is a table...)
What CD says is true. A store is used to connect data to Grids, Comboboxes, Treegrids, ... It stores the Models.