mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
expanded cell view
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
export let selection;
|
||||
export let showWholeRow = false;
|
||||
export let expandAll = false;
|
||||
|
||||
let json = null;
|
||||
let error = null;
|
||||
@@ -31,7 +32,7 @@
|
||||
{:else}
|
||||
<div class="outer">
|
||||
<div class="inner">
|
||||
<JSONTree value={json} expanded />
|
||||
<JSONTree value={json} {expandAll} expanded />
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user