From 3beaa2b6812a3bcaf48af6ccd43bf146a0c773d1 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 13:29:58 +0800 Subject: [PATCH] Changed 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 146a9eebd5..7c6e87a947 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -342,6 +342,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if(this.footerShow){ cfg.cn.push(this.renderFooter()); } + + if(!this.footerShow && this.summaryFooterShow) { + cfg.cn.push(this.rendersummaryFooter()); + } // where does this come from? //cfg.cls+= ' TableGrid'; } -- 2.39.2