mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 00:16:24 +00:00
perspective ctx menu
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
export let value;
|
||||
export let rowSpan;
|
||||
export let rowData;
|
||||
export let columnIndex;
|
||||
</script>
|
||||
|
||||
<td rowspan={rowSpan}>
|
||||
<td rowspan={rowSpan} data-column={columnIndex}>
|
||||
{#if value !== undefined}
|
||||
<CellValue {rowData} {value} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user