fix: reset startIndex
after reload.
This commit is contained in:
parent
e75e763938
commit
3ea7ce62bb
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user