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