From 76646882737f2458611f62bf17f190ac02aeca66 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:45:02 +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 d4220c0f86..51e8dbcb0e 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -965,7 +965,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { } } - if(this.footerShow && this.summaryFooterShow) { + if(!this.footerShow && this.summaryFooterShow) { for(var i = 0, len = cm.getColumnCount(); i < len; i++){ -- 2.39.2