@annalib/anna-core 17.1.4 → 17.1.5

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.
@@ -3804,10 +3804,10 @@ class AnnaNonEditableGenericTableComponent {
3804
3804
  this.gtSVGIconClicked.emit(data);
3805
3805
  }
3806
3806
  textActionClicked(rowData, id, columnHeader) {
3807
- this.gtTextActionClicked.emit({ data: rowData, id: id });
3807
+ this.gtTextActionClicked.emit({ data: rowData, id: id, columnHeader: columnHeader });
3808
3808
  }
3809
3809
  iconClickedOnStringIconActionType(rowData, id, columnHeader) {
3810
- this.gtTextActionClicked.emit({ data: rowData, id: id });
3810
+ this.gtTextActionClicked.emit({ data: rowData, id: id, columnHeader: columnHeader });
3811
3811
  }
3812
3812
  innerHTMLCellClicked(event, rowData) {
3813
3813
  this.gtInnerHTMLClicked.emit({ event, rowData });