mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add listening for refreshing the top operations table (#8780)
This commit is contained in:
@@ -66,6 +66,7 @@ export class TopOperationsView extends Disposable implements IPanelView {
|
|||||||
});
|
});
|
||||||
this._register(this.table);
|
this._register(this.table);
|
||||||
this._register(attachTableStyler(this.table, this.themeService));
|
this._register(attachTableStyler(this.table, this.themeService));
|
||||||
|
this._register(this.dataView.onRowCountChange(() => this.table.updateRowCount()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public render(container: HTMLElement): void {
|
public render(container: HTMLElement): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user