Skip to content

Instantly share code, notes, and snippets.

@Toscan0
Last active April 5, 2023 12:25
Show Gist options
  • Save Toscan0/5f04c5483f074b89faf107559ba1de4b to your computer and use it in GitHub Desktop.
Save Toscan0/5f04c5483f074b89faf107559ba1de4b to your computer and use it in GitHub Desktop.
Vuetify2 v-data-table - A way to iterate every item in a table
// Items
+ '<template v-for="h in headers" v-slot:[`item.${h.value}`]="{ item }">'
// ur item slot rewrite here ex {{ item[`${h.value}`] }}
+ '</template>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment