mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
html cell view
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
component: PictureCellView,
|
||||
single: true,
|
||||
},
|
||||
{
|
||||
type: 'html',
|
||||
title: 'HTML',
|
||||
component: HtmlCellView,
|
||||
single: false,
|
||||
},
|
||||
];
|
||||
|
||||
function autodetect(selection) {
|
||||
@@ -53,8 +59,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import _ from 'lodash';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
import HtmlCellView from '../celldata/HtmlCellView.svelte';
|
||||
import JsonCellView from '../celldata/JsonCellView.svelte';
|
||||
import JsonRowView from '../celldata/JsonRowView.svelte';
|
||||
import PictureCellView from '../celldata/PictureCellView.svelte';
|
||||
|
||||
Reference in New Issue
Block a user