From 3eead93ab124f8cd396c194aed2193f48e40e9b6 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 30 Nov 2022 13:35:39 +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 a6aceb89b1..afa82a3d77 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -346,7 +346,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { } if(!this.footerShow && this.summaryFooterShow) { - cfg.cn.push(this.rendersummaryFooter()); + cfg.cn.push(this.renderSummaryFooter()); } // where does this come from? //cfg.cls+= ' TableGrid'; -- 2.39.2