json row view

This commit is contained in:
Jan Prochazka
2021-04-05 08:51:12 +02:00
parent 91c88bd92d
commit 573e404612
3 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<script lang="ts">
import JsonCellView from './JsonCellView.svelte';
export let selection;
</script>
<JsonCellView {selection} showWholeRow />