Questions tagged [v-data-table]

87 questions
7
votes
2 answers

Vuetify: Show pagination controls at the top of my v-data-table as well as in the footer

The v-data-table has a top slot, with a pagination prop whose structure matches that of the footer slot. Is it possible to assign the top slot to reference the same (presumably a v-pagination) control that the footer is using? My goal here is to…
Scott Baker
  • 8,951
  • 14
  • 46
  • 83
4
votes
2 answers

Vuetify change text Rows per page text in v-data-table's footer

I'm working with v-data-tables of Vuetify and.... I want to change this text: I have added this code but it isn't working: Thanks!
Nacho
  • 398
  • 4
  • 14
3
votes
1 answer

Custom vuetify data table dividers

When v-data-table is on mobile view, the divider between items is not clear. How can I custom this divider, for example linewidth and color? What I want to do: Custom divider on mobile view Code sample from vuetify doc