mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove updating row number column size (#3756)
This commit is contained in:
@@ -653,7 +653,6 @@ class GridTable<T> extends Disposable implements IView {
|
||||
this.dataProvider.length = resultSet.rowCount;
|
||||
this.table.updateRowCount();
|
||||
}
|
||||
this.rowNumberColumn.updateRowCount(resultSet.rowCount);
|
||||
this._onDidChange.fire();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user