vuetable-2-tutorial icon indicating copy to clipboard operation
vuetable-2-tutorial copied to clipboard

how to get the selected row on checkbox?

Open flyingcoder opened this issue 7 years ago • 2 comments

flyingcoder avatar Mar 30 '17 07:03 flyingcoder

@flyingcoder Create a ref to vuetable and use selectedTo data property yo access it.

  this.$refs.vuetable.selectedTo[x]

ratiw avatar Mar 31 '17 06:03 ratiw

@ratiw

this.$refs.vuetable.selectedTo is just contain track-by(default: id) column values. how do i get all data of selected row?

donggyu04 avatar Oct 30 '19 02:10 donggyu04