mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-03 02:20:30 -04: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) {
|
for (let set of resultsToUpdate) {
|
||||||
if (set.complete) {
|
if (set.complete) {
|
||||||
this.addResultSet(resultSet);
|
this.addResultSet(set);
|
||||||
change = true;
|
change = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -623,6 +623,7 @@ class GridTable<T> extends Disposable implements IView {
|
|||||||
this.table.updateRowCount();
|
this.table.updateRowCount();
|
||||||
}
|
}
|
||||||
this.rowNumberColumn.updateRowCount(resultSet.rowCount);
|
this.rowNumberColumn.updateRowCount(resultSet.rowCount);
|
||||||
|
this._onDidChange.fire();
|
||||||
}
|
}
|
||||||
|
|
||||||
private generateContext(cell?: Slick.Cell): IGridActionContext {
|
private generateContext(cell?: Slick.Cell): IGridActionContext {
|
||||||
|
|||||||
Reference in New Issue
Block a user