From: leon Date: Wed, 30 Nov 2022 07:15:15 +0000 (+0800) Subject: Roo/bootstrap/Table.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0dfb31f78c20c46d977a5218baa56e3245f73074 Roo/bootstrap/Table.js --- diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 8da0d8a928..480111592d 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -973,32 +973,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { } }, this); - - if(!this.footerShow && this.summaryFooterShow) { - var cellObjects = []; - - for(var i = 0, len = cm.getColumnCount(); i < len; i++){ - - var config = cm.config[i]; - - cellObjects.push({ - container : id, - cfg : config.summaryFooter - }) - - var c = { - tag: 'td', - cls : 'x-fcol-' + i, - style : '', - - html: '' - }; - - footer.cn.push(c) - } - - var id = Roo.id(); - } } else if (this.empty_results.length) { this.el.mask(this.empty_results, 'no-spinner'); }