mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 18:46:43 -05:00
Merge branch 'master' into release/1.3
This commit is contained in:
@@ -235,7 +235,7 @@ export class GridPanel extends ViewletPanel {
|
||||
|
||||
for (let set of resultsToUpdate) {
|
||||
if (set.complete) {
|
||||
this.addResultSet(resultSet);
|
||||
this.addResultSet(set);
|
||||
change = true;
|
||||
}
|
||||
}
|
||||
@@ -623,6 +623,7 @@ class GridTable<T> extends Disposable implements IView {
|
||||
this.table.updateRowCount();
|
||||
}
|
||||
this.rowNumberColumn.updateRowCount(resultSet.rowCount);
|
||||
this._onDidChange.fire();
|
||||
}
|
||||
|
||||
private generateContext(cell?: Slick.Cell): IGridActionContext {
|
||||
|
||||
Reference in New Issue
Block a user