From: leon Date: Wed, 30 Nov 2022 07:44:27 +0000 (+0800) Subject: Roo/bootstrap/Table.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5f395d0aa1092dd3788a31b22e540731d5f602fb Roo/bootstrap/Table.js --- diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index bfd7cdb28e..51e8dbcb0e 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -341,14 +341,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { cfg.cn.push(this.renderBody()); - if(this.footerShow){ + if(this.footerShow || this.summaryFooterShow){ cfg.cn.push(this.renderFooter()); } - if(!this.footerShow && this.summaryFooterShow) { - cfg.cn.push(this.renderSummaryFooter()); - } - // where does this come from? //cfg.cls+= ' TableGrid'; }