Roo/bootstrap/panel/Grid.js
authoredward <edward@roojs.com>
Wed, 4 Oct 2017 10:50:24 +0000 (18:50 +0800)
committeredward <edward@roojs.com>
Wed, 4 Oct 2017 10:50:24 +0000 (18:50 +0800)
Roo/bootstrap/panel/Grid.js

index abec639..8376049 100644 (file)
@@ -63,7 +63,7 @@ Roo.bootstrap.panel.Grid = function(config)
         // render grid on panel activation (if panel background)
         this.on('activate', function(gp) {
             if (!gp.grid.rendered) {
-                gp.grid.render(el);
+                gp.grid.render(this.wrapper);
                 gp.grid.getGridEl().replaceClass("roo-layout-inactive-content", "roo-layout-component-panel");               
 
             }