clickable fk links in column manager

This commit is contained in:
Jan Prochazka
2022-04-04 21:08:43 +02:00
parent 2a46ff78bb
commit 7a3007deb2
5 changed files with 42 additions and 12 deletions

View File

@@ -563,12 +563,7 @@
<FontIcon icon="icon invisible-box" />
{/if}
<span style={`margin-left: ${(col.uniquePath.length - 1) * 20}px`} />
<ColumnLabel
{...col}
headerText={col.columnName}
extInfo={col.foreignKey ? ` -> ${col.foreignKey.refTableName}` : null}
showDataType={!col.foreignKey}
/>
<ColumnLabel {...col} headerText={col.columnName} showDataType {conid} {database} />
</div>
</td>
<DataGridCell