guy 7 years ago
parent
commit
7cddf0b0f0
  1. 4
      bi/widget.js
  2. 4
      docs/widget.js
  3. 2
      src/widget/sequencetable/listnumber.sequencetable.js
  4. 2
      src/widget/sequencetable/treenumber.sequencetable.js

4
bi/widget.js

@ -322,7 +322,7 @@ BI.SequenceTableTreeNumber = BI.inherit(BI.Widget, {
task.apply(self); task.apply(self);
}); });
this.tasks = []; this.tasks = [];
this.header.populate && this.header.populate(); this.header.populate();
this._layout(); this._layout();
this._calculateChildrenToRender(); this._calculateChildrenToRender();
}, },
@ -15870,7 +15870,7 @@ BI.SequenceTableListNumber = BI.inherit(BI.Widget, {
}, },
_populate: function () { _populate: function () {
this.header.populate && this.header.populate(); this.header.populate();
this._layout(); this._layout();
this._calculateChildrenToRender(); this._calculateChildrenToRender();
}, },

4
docs/widget.js

@ -322,7 +322,7 @@ BI.SequenceTableTreeNumber = BI.inherit(BI.Widget, {
task.apply(self); task.apply(self);
}); });
this.tasks = []; this.tasks = [];
this.header.populate && this.header.populate(); this.header.populate();
this._layout(); this._layout();
this._calculateChildrenToRender(); this._calculateChildrenToRender();
}, },
@ -15870,7 +15870,7 @@ BI.SequenceTableListNumber = BI.inherit(BI.Widget, {
}, },
_populate: function () { _populate: function () {
this.header.populate && this.header.populate(); this.header.populate();
this._layout(); this._layout();
this._calculateChildrenToRender(); this._calculateChildrenToRender();
}, },

2
src/widget/sequencetable/listnumber.sequencetable.js

@ -159,7 +159,7 @@ BI.SequenceTableListNumber = BI.inherit(BI.Widget, {
}, },
_populate: function () { _populate: function () {
this.header.populate && this.header.populate(); this.header.populate();
this._layout(); this._layout();
this._calculateChildrenToRender(); this._calculateChildrenToRender();
}, },

2
src/widget/sequencetable/treenumber.sequencetable.js

@ -322,7 +322,7 @@ BI.SequenceTableTreeNumber = BI.inherit(BI.Widget, {
task.apply(self); task.apply(self);
}); });
this.tasks = []; this.tasks = [];
this.header.populate && this.header.populate(); this.header.populate();
this._layout(); this._layout();
this._calculateChildrenToRender(); this._calculateChildrenToRender();
}, },

Loading…
Cancel
Save