fix: reset startIndex after reload.

This commit is contained in:
Chen Lily 2024-03-08 08:27:30 +08:00
parent e75e763938
commit 3ea7ce62bb

View File

@ -1527,6 +1527,7 @@ export class Grid {
this._var.containerHeight = length * (this.rowHeight + 1);
if (!keep) {
this._var.scrollTop = 0;
this._var.startIndex = 0;
this._var.el.scrollTop = 0;
this._var.refs.table.style.top = '0px';
}