+
+ {prepareConstraintIcon({
+ columnName: name,
+ columnConstraint: record.constraint,
+ tableConstraints,
+ })}
+
+ {/* If we do not have displayName name only be shown in the bold from the below code */}
+ {!isEmpty(displayName) ? (
+
+ {name}
+
+ ) : null}
+
+ {/* It will render displayName fallback to name */}
+
+ {getEntityName(record)}
+
+
+
+
handleEditDisplayNameClick(record)}
+ />
+
+ );
+ },
},
{
title: t('label.type'),
@@ -366,30 +452,6 @@ const SchemaTable = ({
onThreadLinkSelect,
]
);
- const expandableConfig: ExpandableConfig