X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=03a951609f766044ac881397140c283db9046fa5;hb=a5c9695ec56bbfdea237f47c72da4d0bc4175174;hp=0692e32cccefc5d37952abfa6ca32cb38e413bd3;hpb=6e884924e9e7191b47dee1dd3879c65c81020df9;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 0692e32ccc..03a951609f 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -9422,9 +9422,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { cfg.cn.push(this.renderFooter()); } - if(!this.footerShow && this.summaryFooterShow) { - cfg.cn.push(this.renderSummaryFooter()); - } // where does this come from? //cfg.cls+= ' TableGrid'; } @@ -9991,19 +9988,14 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { tag: 'tfoot', cn : [] }; - - var cm = this.cm; for(var i = 0, len = cm.getColumnCount(); i < len; i++){ - var config = cm.config[i]; - var c = { tag: 'td', cls : 'x-fcol-' + i, style : '', - - html: config.summaryFooter + html: '' }; footer.cn.push(c) @@ -10070,6 +10062,16 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { this.mainFoot.show(); } } + + if(!this.footerShow && this.summaryFooterShow) { + + for(var i = 0, len = cm.getColumnCount(); i < len; i++){ + + var value = cm.config[i].summaryFooter; + + Roo.log('value [' + i + '] : ' + value); + } + } Roo.each(this.el.select('tbody td', true).elements, function(e){ e.on('mouseover', _this.onMouseover, _this);