From: leon Date: Wed, 30 Nov 2022 05:35:39 +0000 (+0800) Subject: Roo/bootstrap/Table.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=3eead93ab124f8cd396c194aed2193f48e40e9b6 Roo/bootstrap/Table.js --- 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';