examples/bootstrap/nested.html
authorAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 02:22:13 +0000 (10:22 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 02:22:13 +0000 (10:22 +0800)
examples/bootstrap/nested.html

index db268d6..658793a 100644 (file)
@@ -168,18 +168,18 @@ Example.Nested = new Roo.XComponent({
                     fitToFrame:true,
                     closable:false,
                     region : 'west',
-                    
+                    listeners : {
+                            actovate : function()
+                            {
+                                this.grid.store.load();
+                            }
+                        },
                     grid : {
                         loadMask : true,
                         striped : true,
                         xns : Roo.bootstrap,
                         xtype : 'Table',
-                        listeners : {
-                            render : function()
-                            {
-                                this.store.load();
-                            }
-                        },
+                        
                         store : {
                             xns : Roo.data,
                             xtype : 'Store',