Skip Row Click Based on Cell

Is there a way to skip the row click based on which cell was clicked?

Currently my first cell is only clickable to open a Bootstrap window panel, and for that cell, I don't want to run through the code for the row click (as it takes me to a different page). Ideally, I should be able to see which cell was clicked in the row click handler OR be able to stop propagation somehow in the cell. I can stop propagation in the column template, however there's padding and space within the built-in "cell-data" that causes this to be finicky.

Is there a way I can accomplish basically skipping RowClicked based on cell without me having to do something hacky?

That is the only solution. You can probably use negative margin or simply remove the padding by targeting that cell with CSS.