diff --git a/frontend/src/lib/components/apps/components/display/table/AppAggridExplorerTable.svelte b/frontend/src/lib/components/apps/components/display/table/AppAggridExplorerTable.svelte index 94815cebc8..4de502715d 100644 --- a/frontend/src/lib/components/apps/components/display/table/AppAggridExplorerTable.svelte +++ b/frontend/src/lib/components/apps/components/display/table/AppAggridExplorerTable.svelte @@ -319,7 +319,7 @@ } } - $: resolvedConfig && updateOptions() + $: api && resolvedConfig && updateOptions() let oldDatasource = datasource $: if (datasource && datasource != oldDatasource) { @@ -359,6 +359,7 @@ } function updateOptions() { + // console.debug('updateOptions', resolvedConfig, api) api?.updateGridOptions({ columnDefs: transformColumnDefs(resolvedConfig?.columnDefs), defaultColDef: {