Roo/bootstrap/panel/Grid.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:01:28 +0000 (13:01 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:01:28 +0000 (13:01 +0800)
Roo/bootstrap/panel/Grid.js

index 113ebdf..9e410f5 100644 (file)
@@ -81,7 +81,8 @@ Roo.bootstrap.panel.Grid = function(config)
   
     // xtype created footer. - not sure if will work as we normally have to render first..
     if (this.footer && !this.footer.el && this.footer.xtype) {
-        
+        Roo.log('get footer!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
+        Roo.log(this.footer);
         var ctr = this.grid.getView().getFooterPanel(true);
         this.footer.dataSource = this.grid.dataSource;
         this.footer = Roo.factory(this.footer, Roo);