I added a component (an icon) in a column in a datagrid (the icon is hidden by default).
The component is automatically added to each row of the datagrid. If the user hovers over a div in a column, the component icon in the same row shall be visible.
Therefore, I created two action workflows in the component, which change the visibility of the icon. Once I hover over the div, the component action to show/hide the component is triggered. However, this only works for the component instance in the first row. The other component instances are not triggered if I hover over the div in the respective rows - how can this be fixed?