Is it possible to add a click listener for a md-table-row ? Maybe an alternative way to do it ?
yes, you can use @click.native="someAction()"
@click.native="someAction()"
Most helpful comment
yes, you can use
@click.native="someAction()"