Unanswered: [EXTJS4.1][MVC] How to reuse a component?
Unanswered: [EXTJS4.1][MVC] How to reuse a component?
Hi,
How to reuse a component MVC? Each component should have its own instance of store. Now I create two instances of component (controller, view, store). How to filter data in first component? Only first, without affecting data in second component.