X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;fp=roojs-bootstrap-debug.js;h=c639897318212994e38b134586a52bbb4f415d79;hb=3e4a3f6e74f18380029de7f453a4401fa79f3413;hp=8fb670c6c17ab2d148bd8b91c3e5b2128127982c;hpb=16baaee607fb4c9e8e22c5173380ba636293f24b;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 8fb670c6c1..c639897318 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -9157,7 +9157,7 @@ Currently the Table uses multiple headers to try and handle XL / Medium etc... * also adds table-responsive (see bootstrap docs for details) * @cfg {Boolean} loadMask (true|false) default false * @cfg {Boolean} footerShow (true|false) generate tfoot, default true - * @cfg {Boolean} footerColumns (true|false) generate tfoot with columns, default false + * @cfg {Boolean} footerRow (true|false) generate tfoot with columns of values, default false * @cfg {Boolean} headerShow (true|false) generate thead, default true * @cfg {Boolean} rowSelection (true|false) default false * @cfg {Boolean} cellSelection (true|false) default false @@ -9342,7 +9342,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { store : false, loadMask : false, footerShow : true, - footerColumns : false, + footerRow : false, headerShow : true, enableColumnResize: true, disableAutoSize: false, @@ -9418,7 +9418,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { cfg.cn.push(this.renderBody()); - if(this.footerShow || this.footerColumns){ + if(this.footerShow || this.footerRow){ cfg.cn.push(this.renderFooter()); } @@ -10028,7 +10028,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { var tfoot = this.el.select('tfoot', true).first(); - if(this.footerShow && !this.footerColumns && this.auto_hide_footer && this.mainFoot){ + if(this.footerShow && !this.footerRow && this.auto_hide_footer && this.mainFoot){ this.mainFoot.setVisibilityMode(Roo.Element.DISPLAY).hide(); @@ -10039,7 +10039,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { } } - if(!this.footerShow && this.footerColumns) { + if(!this.footerShow && this.footerRow) { var tr = { tag : 'tr',