Questions tagged [v-data-table]

157 questions
0
votes
1 answer

How to change vuetify v-data-table header font size?

When I am trying to change the v-data-table header font size, it doesn't  change whatever font I am setting. I tried the Chrome developer tool and was able to do that. I don't, and when I copy that nested CSS class pattern to my code and set that…
0
votes
2 answers

custom sorting v-data-table with strings values

My goal is to be able to sort DEST or ASC the table. To do this, in the array 'tableItems' I get unformatted numbers, which I format to have the dot for thousands and the comma for decimals with the 'numericValues' method. This method returns…
0
votes
0 answers

How to Remove Group Title and Auto Expand VDataTable Group Header

i'm Using Nuxt 3 and Vuetify 3.3.1 and using v-data-table and group by Date and using template group-header like this