From 5f395d0aa1092dd3788a31b22e540731d5f602fb Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:44:27 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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'; } -- 2.39.2