From 249ae2f64ba7aaec14cf72e48d279b629bdc74fc Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 6 Dec 2022 16:20:10 +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 5a2456e1c6..4de3c5d83f 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -962,7 +962,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { } } - if(!this.footerShow && this.summaryFooterShow) { + if(!this.footerShow && this.footerColumns) { var tr = { tag : 'tr', -- 2.39.2