diff --git a/src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component.ts b/src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component.ts index 5f003f5f3b..ac8f8b9490 100644 --- a/src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component.ts +++ b/src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component.ts @@ -105,9 +105,8 @@ export class GridOutputComponent extends AngularDisposable implements IMimeCompo let outputElement = this.output.nativeElement; outputElement.appendChild(this._table.element); this._register(attachTableStyler(this._table, this.themeService)); - this.layout(); - this._table.onDidInsert(); + this.layout(); this._initialized = true; } }