collection json view

This commit is contained in:
Jan Prochazka
2021-04-05 11:15:59 +02:00
parent ff52430e1e
commit 554be51546
10 changed files with 195 additions and 18 deletions

View File

@@ -21,6 +21,7 @@
import CollectionDataGridCore from '../datagrid/CollectionDataGridCore.svelte';
import { useCollectionInfo, useConnectionInfo } from '../utility/metadataLoaders';
import { extensions } from '../stores';
import CollectionJsonView from '../jsonview/CollectionJsonView.svelte';
export let tabid;
export let conid;
@@ -72,5 +73,6 @@
{changeSetStore}
{dispatchChangeSet}
gridCoreComponent={CollectionDataGridCore}
jsonViewComponent={CollectionJsonView}
isDynamicStructure
/>