diff --git a/bi/base.js b/bi/base.js index c15461b3b..2d39187d1 100644 --- a/bi/base.js +++ b/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; diff --git a/dist/base.js b/dist/base.js index c15461b3b..2d39187d1 100644 --- a/dist/base.js +++ b/dist/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; diff --git a/src/base/table/table.js b/src/base/table/table.js index 7f139ff34..d37e894e6 100644 --- a/src/base/table/table.js +++ b/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;