@trudb/tru-common-lib 0.2.153 → 0.2.154

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.
@@ -5989,8 +5989,10 @@ class TruDataGridClipboard {
5989
5989
  this.uiNotification.error('Clipboard data type does not match the current cell data type: ' + copiedCellDataTypeName + ' vs ' + pastedCellDataTypeName);
5990
5990
  return;
5991
5991
  }
5992
- else
5992
+ else {
5993
5993
  pastedCell.setProperty(columnName, this.copiedCellEntity?.getProperty(columnName));
5994
+ params.api.refreshCells({ force: true });
5995
+ }
5994
5996
  };
5995
5997
  copyRow = (tableName, copiedRows) => {
5996
5998
  this.tableName = tableName;