Browse Source

整理代码

es6
guy 3 years ago
parent
commit
01e125af9d
  1. 2
      src/base/list/virtualgrouplist.js

2
src/base/list/virtualgrouplist.js

@ -107,9 +107,7 @@ BI.VirtualGroupList = BI.inherit(BI.Widget, {
}
}
this.bottomBlank.setHeight(this.tree.sumTo(this.renderedIndex) - this.tree.sumTo(Math.min(end, this.renderedIndex)));
this.container.element.height(this.container.element.height());
this.container.populate(items);
this.container.element.height("auto");
} else {
for (var i = (start < 0 ? 0 : start); i <= end; i++) {
var index = i * o.blockSize;

Loading…
Cancel
Save