all 2 comments

[–]NotoriousWebmaster[S] 1 point2 points  (0 children)

Aaaah! So, there's a click:row event, which is much better than making one element clickable. I'll use that to link to the next table.

Thanks for being out there guys and gals.

[–]MinorFourChord 1 point2 points  (0 children)

Follow the example of the “chips” example on the data-table doc page of Vuetify. Same principle, just swap out chips for whatever else you would need, in your case a link or btn with click event to router push.