@trudb/tru-common-lib 0.2.278 → 0.2.279

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.
@@ -8099,6 +8099,10 @@ class TruDataGrid {
8099
8099
  cellData.node.setSelected(false);
8100
8100
  else
8101
8101
  cellData.node.setSelected(true);
8102
+ cellData.api.refreshCells({
8103
+ rowNodes: [cellData.node],
8104
+ columns: [cellData.column.colId],
8105
+ });
8102
8106
  }
8103
8107
  else {
8104
8108
  cellData.api.deselectAll();