From c84ba0b93f5ab4c9ec3a267badc7cc7652f2705e Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 15:36:00 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 4343acf830..c789297762 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -345,6 +345,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { cfg.cn.push(this.renderFooter()); } + if(!this.footerShow && this.summaryFooterShow) { + this.renderSummaryFooter(); + } + // where does this come from? //cfg.cls+= ' TableGrid'; } -- 2.39.2