update table size on result set update (#3604)

This commit is contained in:
Anthony Dresser
2018-12-11 15:05:28 -08:00
committed by Karl Burtram
parent f39007cd2d
commit 0ac0175bb1

View File

@@ -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 {