Questions tagged [v-data-table]

157 questions
-1
votes
2 answers

Create a line with total from each group of items in a list in vuejs

i want to create a line with total from each group of items in a list like this: So i did this to group by Car: if (val == 2) { this.dadosResumo.sort((a, b) => (a.carro > b.carro ? 1 : -1)) and i'm using v-data-table to render the itens from…
-1
votes
1 answer

About vuetify v-data table pagination

Is it possible to modify v-data-table pagination? In this v-data-table pagination section(next,previous button).Am trying to give functions to this next and previous pagination button. But i don't know how to modify this pagination section in…
adarsh
  • 1
  • 3
-1
votes
1 answer

How to use v-data-table with v-if to render automatically?

I'm trying to use v-data-table with data filter but it's not allowing my attempt below,