- {isEmpty(value) - ? "empty" - : isNull(value) - ? "null" - : table?.columns && - formatDisplayValue( - table.columns.find((col) => col.name === key), - value, - )} -
-+ {isEmpty + ? "empty" + : isNull + ? "null" + : formatDisplayValue(column, value)} +
+ {canCopy && ( + + )} +