I want to have a table with clickable rows that upon clicking will redirect to another page. I'm accomplishing this right now with Javascript. However if you right click there's no option to "Open Link in New Tab" presumably because the browser only does this for links? Is there a way to enable this behavior?
Basically I want table rows to act like anchor tags.