Answer the question
In order to leave comments, you need to log in
How to set the context menu for a as for TR?
In Angular there is a table with <tr ui-sref="link({params:param})"></tr>
when you click the link opens as it should. But there is no context menu specific to a href.
So how do you set the context menu for tr as for a href? (Open, Open in new tab, etc.)
Answer the question
In order to leave comments, you need to log in
This is not a link, and never has been.
ui-sref is a simple directive that assigns a handler to the click event.
// EDIT
So do table > tbody > a > td.
And give this "a" "display: table-row".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question