fix link cell not working issue (#23223)

This commit is contained in:
Alan Ren
2023-05-25 13:30:44 -07:00
committed by GitHub
parent f4d84e1478
commit 36c8945f1e
2 changed files with 18 additions and 16 deletions

View File

@@ -267,6 +267,7 @@ class DataResourceTable extends GridTableBase<any> {
this._chart.onOptionsChange(options => {
this.setChartOptions(options);
});
this.providerId = cellModel.notebookModel.context?.providerName;
}
public get gridDataProvider(): IGridDataProvider {