Browse Source

BI-94391 fix: grid populate空数组滚动条仍然存在

es6
windy 3 years ago
parent
commit
2e0480638e
  1. 3
      src/base/grid/grid.js

3
src/base/grid/grid.js

@ -271,6 +271,9 @@ BI.GridView = BI.inherit(BI.Widget, {
} catch (e) {
}
this._calculateChildrenToRender();
} else {
this.container.setWidth("auto");
this.container.setHeight("auto");
}
},

Loading…
Cancel
Save