I have a div
element or tr
element and there is a router link on it.
Since it isnt an a
tag, there is no option for right-clicking and "open in new tab" or strg + click for opening in new tab.
But i want to achieve this function, so if the user wants to open the link in new tab, he could do it like described. I can't change my tr into an a tag.
Is there any possiblity to get this functionality "open in new tab" without an a
tag?