From 525f147bd2346863460751558a37290a4d21ce29 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 6 Dec 2022 16:19:57 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.39.2