@trudb/tru-common-lib 0.2.173 → 0.2.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6335,7 +6335,7 @@ class TruDataGridClipboard {
|
|
|
6335
6335
|
else if (propertyConfig.typeName === 'foreign-key' || propertyConfig.typeName === 'user-foreign-key')
|
|
6336
6336
|
return this.formatter.excelFormula(propertyConfig.formatter(controlConfig).hid(entity));
|
|
6337
6337
|
else
|
|
6338
|
-
return this.formatter.excelFormula(propertyConfig.formatter(
|
|
6338
|
+
return this.formatter.excelFormula(propertyConfig.formatter(controlConfig));
|
|
6339
6339
|
};
|
|
6340
6340
|
copyCell = async (params, tableName, columnName, copiedCellData, copiedCellEntity) => {
|
|
6341
6341
|
this.tableName = tableName;
|