mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 10:36:00 +00:00
data types in column header
This commit is contained in:
@@ -79,6 +79,12 @@
|
|||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
<ColumnLabel {...column} />
|
<ColumnLabel {...column} />
|
||||||
|
|
||||||
|
{#if column.dataType && !order}
|
||||||
|
<span class="data-type" title={column.dataType}>
|
||||||
|
{column.dataType}
|
||||||
|
</span>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{#if order == 'ASC'}
|
{#if order == 'ASC'}
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
@@ -121,4 +127,7 @@
|
|||||||
color: var(--theme-font-alt);
|
color: var(--theme-font-alt);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.data-type {
|
||||||
|
color: var(--theme-font-3);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user