From: leon Date: Wed, 30 Nov 2022 05:29:58 +0000 (+0800) Subject: Changed Roo/bootstrap/Table.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=3beaa2b6812a3bcaf48af6ccd43bf146a0c773d1 Changed Roo/bootstrap/Table.js --- diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 146a9eebd5..7c6e87a947 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -342,6 +342,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if(this.footerShow){ cfg.cn.push(this.renderFooter()); } + + if(!this.footerShow && this.summaryFooterShow) { + cfg.cn.push(this.rendersummaryFooter()); + } // where does this come from? //cfg.cls+= ' TableGrid'; }