I have an onClick (React) handler on a table cell that fires properly, however I want to maintain the \"Open in a new Tab\" feature that having an href on a tag
href
You have two options here, you can make it open in a new window/tab with JS:
window.open("someLink", "_blank")}>text
But a better option is to use a regular link but style it as a table cell:
text