mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
expand all in json cell
This commit is contained in:
@@ -10,13 +10,16 @@
|
||||
export let key = '';
|
||||
export let menu = null;
|
||||
export let value;
|
||||
export let expanded = false;
|
||||
export let expandAll = false;
|
||||
export let expanded = expandAll;
|
||||
export let labelOverride = null;
|
||||
|
||||
export let isDeleted;
|
||||
export let isInserted;
|
||||
export let isModified;
|
||||
|
||||
setContext('json-tree-default-expanded', expandAll);
|
||||
|
||||
const elementData = new WeakMap();
|
||||
|
||||
if (elementData) {
|
||||
|
||||
Reference in New Issue
Block a user