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