@annalib/anna-core 11.2.27 → 11.2.29

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.
@@ -2083,6 +2083,7 @@ class AnnaNonEditableGenericTableComponent {
2083
2083
  this.showSkeletonLoading = false;
2084
2084
  }
2085
2085
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
2086
+ rowData[columnKeys] = !rowData[columnKeys];
2086
2087
  this.toggleCheckbox.emit({ rowData, columnKeys, isCheckboxSelected });
2087
2088
  }
2088
2089
  selectUnselectAllRows() {