diff --git a/src/sql/workbench/contrib/queryPlan/browser/topOperations.ts b/src/sql/workbench/contrib/queryPlan/browser/topOperations.ts index a8f27e8aee..30c41a6e5d 100644 --- a/src/sql/workbench/contrib/queryPlan/browser/topOperations.ts +++ b/src/sql/workbench/contrib/queryPlan/browser/topOperations.ts @@ -66,6 +66,7 @@ export class TopOperationsView extends Disposable implements IPanelView { }); this._register(this.table); this._register(attachTableStyler(this.table, this.themeService)); + this._register(this.dataView.onRowCountChange(() => this.table.updateRowCount())); } public render(container: HTMLElement): void {