I have a click event on the table row that executes an action. However when I click on the button on the same row, I would like to prevent the on-row-click event and simply
use this to stop the propagation event
event.stopPropagation();
see here link