Ext JS

Configure Grid’s store dynamically in Ext JS 4

One of the challenges when you use MVC architecture in Ext JS 4 is avoid coupling between view layer components and the store classes. For example, if you’ve a grid panel that has to be configured with a store called […]