From f25529dce85dc6cd1312f9e5c02b208380543238 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:44:54 +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 51e8dbcb0e..d4220c0f86 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