guy 7 years ago
parent
commit
7a7b6ed804
  1. 2
      bi/base.js
  2. 2
      dist/base.js
  3. 2
      src/base/table/table.js

2
bi/base.js

@ -30886,7 +30886,7 @@ BI.Table = BI.inherit(BI.Widget, {
this.footer.element.append(this._createFooterCells(o.footer, null, this.footerTds, this.footerItems));
return this.footer;
},
_createBody: function () {
var self = this, o = this.options;

2
dist/base.js vendored

@ -30886,7 +30886,7 @@ BI.Table = BI.inherit(BI.Widget, {
this.footer.element.append(this._createFooterCells(o.footer, null, this.footerTds, this.footerItems));
return this.footer;
},
_createBody: function () {
var self = this, o = this.options;

2
src/base/table/table.js

@ -822,7 +822,7 @@ BI.Table = BI.inherit(BI.Widget, {
this.footer.element.append(this._createFooterCells(o.footer, null, this.footerTds, this.footerItems));
return this.footer;
},
_createBody: function () {
var self = this, o = this.options;

Loading…
Cancel
Save