diff --git a/src/sql/parts/query/editor/gridPanel.ts b/src/sql/parts/query/editor/gridPanel.ts index 486ebe7f93..0e0555b969 100644 --- a/src/sql/parts/query/editor/gridPanel.ts +++ b/src/sql/parts/query/editor/gridPanel.ts @@ -623,6 +623,7 @@ class GridTable extends Disposable implements IView { this.table.updateRowCount(); } this.rowNumberColumn.updateRowCount(resultSet.rowCount); + this._onDidChange.fire(); } private generateContext(cell?: Slick.Cell): IGridActionContext {