mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 06:26:00 +00:00
expanded cell view
This commit is contained in:
6
packages/web/src/celldata/JsonExpandedCellView.svelte
Normal file
6
packages/web/src/celldata/JsonExpandedCellView.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script lang="ts">
|
||||
import JsonCellView from './JsonCellView.svelte';
|
||||
export let selection;
|
||||
</script>
|
||||
|
||||
<JsonCellView {selection} expandAll />
|
||||
Reference in New Issue
Block a user