vuetable-2-tutorial
vuetable-2-tutorial copied to clipboard
how to get the selected row on checkbox?
@flyingcoder Create a ref
to vuetable and use selectedTo
data property yo access it.
this.$refs.vuetable.selectedTo[x]
@ratiw
this.$refs.vuetable.selectedTo
is just contain track-by
(default: id) column values.
how do i get all data of selected row?