mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update table size on result set update (#3604)
This commit is contained in:
committed by
Karl Burtram
parent
f39007cd2d
commit
0ac0175bb1
@@ -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