@trudb/tru-common-lib 0.0.552 → 0.0.553

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.
@@ -2658,7 +2658,7 @@ class TruDataGrid {
2658
2658
  rowStyle: { background: 'white' },
2659
2659
  onSelectionChanged: (params) => { },
2660
2660
  onCellEditingStopped: (params) => {
2661
- this.gridOptions.api.redrawRows({ rowNodes: params.node });
2661
+ this.gridOptions.api.redrawRows({ rowNodes: [params.node] });
2662
2662
  }
2663
2663
  };
2664
2664
  this.parentToolbarTemplate = null;