Would it be possible to provide support to make md-row be surrounded by an anchor tag?
It is useful to be able to use browser shortcuts or right-click contextual menu for rows of a table to open in new tabs, etc. In order to do that easily, the table rows itself need to be <a>.
It helps in order to diversify the usability of the md-table.
Material: 2.0.0-beta.11
Being an anchor tag would hurt the accessibility of the table overall
Being an anchor would allow to right click -> open in a new tab. Do you have a suggestion to achieve this in another way?
Here's an approach you can use: https://stackblitz.com/edit/angular-gpmd5v?file=app%2Ftable-basic-example.scss
There is an extra column that is taken out of the flow by using absolute positioning. It covers the whole row and contains an anchor.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Here's an approach you can use: https://stackblitz.com/edit/angular-gpmd5v?file=app%2Ftable-basic-example.scss
There is an extra column that is taken out of the flow by using absolute positioning. It covers the whole row and contains an anchor.