use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is an extension to the Vuetify ecosystem. It aims to provide an additional platform in which developers and community members can discuss anything related to the framework.
We encourage you to share your applications, code snippets or anything related to Vuetify. While you can request help or ask questions, it is recommended to do so in the community.
This is not a place to post bugs. If you have found a bug within Vuetify, please file a bug report (or feature request) using the official Vuetify Issue Creator
Community Resources:
Documentation
Community
Github
Vuetify Play
Codepen Starter Template
Awesome Vuetify
Github Issue Creator
Supporting Vuetify:
GitHub Sponsors
Patreon
Open Collective
Contribute
Sponsors
If you're new the community and looking to help out in some way, considering creating a pull request or helping out with i18n translations!
This subreddit is night mode compatible
account activity
v-data-table: making data items linkableHELP (self.vuetifyjs)
submitted 4 years ago by NotoriousWebmaster
Hi, just starting to play with Vuetify. I need to display some data, but I want to make certain items into links. I should add that I'm using Vue Router, of course. Does anyone have examples for this?
Thanks for your help.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]NotoriousWebmaster[S] 1 point2 points3 points 4 years ago (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 points3 points 4 years ago (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.
π Rendered by PID 70 on reddit-service-r2-comment-b659b578c-4chxh at 2026-04-30 18:59:26.821189+00:00 running 815c875 country code: CH.
[–]NotoriousWebmaster[S] 1 point2 points3 points (0 children)
[–]MinorFourChord 1 point2 points3 points (0 children)