X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FTable.js;h=c78929776202dc8cad39b1bd05fb8f9d07004efb;hb=c84ba0b93f5ab4c9ec3a267badc7cc7652f2705e;hp=4343acf83059bb6795d2c806bfb52da480c257b2;hpb=a5c9695ec56bbfdea237f47c72da4d0bc4175174;p=roojs1 diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 4343acf830..c789297762 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -345,6 +345,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { cfg.cn.push(this.renderFooter()); } + if(!this.footerShow && this.summaryFooterShow) { + this.renderSummaryFooter(); + } + // where does this come from? //cfg.cls+= ' TableGrid'; }