From: leon Date: Tue, 6 Dec 2022 08:19:57 +0000 (+0800) Subject: Roo/bootstrap/Table.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=525f147bd2346863460751558a37290a4d21ce29 Roo/bootstrap/Table.js --- diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 7257c39a0c..5a2456e1c6 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -341,7 +341,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { cfg.cn.push(this.renderBody()); - if(this.footerShow || this.summaryFooterShow){ + if(this.footerShow || this.footerColumns){ cfg.cn.push(this.renderFooter()); }