guy 7 years ago
parent
commit
cffb24d4c3
  1. 1
      bi/base.js
  2. 1
      docs/base.js
  3. 1
      src/base/grid/grid.js

1
bi/base.js

@ -14948,6 +14948,7 @@ BI.Grid = BI.inherit(BI.Widget, {
});
this.renderedCells = [];
this.renderedKeys = [];
this.renderRange = {};
this._scrollLock = false;
},

1
docs/base.js

@ -14948,6 +14948,7 @@ BI.Grid = BI.inherit(BI.Widget, {
});
this.renderedCells = [];
this.renderedKeys = [];
this.renderRange = {};
this._scrollLock = false;
},

1
src/base/grid/grid.js

@ -306,6 +306,7 @@ BI.Grid = BI.inherit(BI.Widget, {
});
this.renderedCells = [];
this.renderedKeys = [];
this.renderRange = {};
this._scrollLock = false;
},

Loading…
Cancel
Save