mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
expanded cell view
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
component: JsonCellView,
|
||||
single: true,
|
||||
},
|
||||
{
|
||||
type: 'jsonExpanded',
|
||||
title: 'Json - expanded',
|
||||
component: JsonExpandedCellView,
|
||||
single: true,
|
||||
},
|
||||
{
|
||||
type: 'jsonRow',
|
||||
title: 'Json - Row',
|
||||
@@ -84,6 +90,7 @@
|
||||
import SelectField from '../forms/SelectField.svelte';
|
||||
import { selectedCellsCallback } from '../stores';
|
||||
import WidgetTitle from './WidgetTitle.svelte';
|
||||
import JsonExpandedCellView from '../celldata/JsonExpandedCellView.svelte';
|
||||
|
||||
let selectedFormatType = 'autodetect';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user