From: Alan Knowles Date: Mon, 10 Jul 2017 03:04:07 +0000 (+0800) Subject: Roo/bootstrap/panel/Grid.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=62fd543b24f21f0fc71c9f787cae0157405b7f2c;p=roojs1 Roo/bootstrap/panel/Grid.js --- diff --git a/Roo/bootstrap/panel/Grid.js b/Roo/bootstrap/panel/Grid.js index 253ced247f..93303f4806 100644 --- a/Roo/bootstrap/panel/Grid.js +++ b/Roo/bootstrap/panel/Grid.js @@ -33,9 +33,10 @@ 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) { - this.footer.container = this.grid.getView().getFooterPanel(true); + var ctr = this.grid.getView().getFooterPanel(true); this.footer.dataSource = this.grid.dataSource; this.footer = Roo.factory(this.footer, Roo); + this.footer.render(ctr); }