Click event on button in Collection widget
Hello,
I created a Collection widget that has cells in it. Each cell contains certain attributes and a button.
I attached an image, so you can see what I mean. The cell is the grey area. The button that triggers a service is the star. (it is a button without a text an an icon)

- When you click somewhere in a cell, an event is triggered and a new page with additional information about the specific element of the cells is opened.
- Now I added a button the the cell (the star) that triggers an event when you click it - this should just call a service
The problem now is, that the click event on the button is triggered and then a click event on the cell is triggered even tough i just clicked the button.
I have tried several things. I tried using a default button with just text without modifications - I tried increased the z-index of the button, I added more text to it -> all this did not work.
Is there a way to prevent the cell from triggering a click event when i click the button?
BR

