Vue-material: v-on:click on table-row

Created on 26 Jul 2017  路  1Comment  路  Source: vuematerial/vue-material

Is it possible to add a click listener for a md-table-row ?
Maybe an alternative way to do it ?

Most helpful comment

yes, you can use @click.native="someAction()"

>All comments

yes, you can use @click.native="someAction()"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sergey-koretsky picture sergey-koretsky  路  3Comments

bjarnik picture bjarnik  路  3Comments

jtouzy picture jtouzy  路  3Comments

andreujuanc picture andreujuanc  路  3Comments

korylprince picture korylprince  路  3Comments