Questions tagged [v-data-table]

157 questions
0
votes
1 answer

Vuetify - change v-data-table font size by css dose not work

I edited the css code to change the font-size of v-data-table. It dose not work, but the font-weight of table body can be changed. codepen .v-data-table td{ font-weight:bold; font-size:24px; } .v-data-table th{ font-weight:bold; …
0
votes
1 answer

The time in my Vuetify data table is not updating

I put an interval on the Vuetify data table to show the most recent date but the function is getting called but the table is not updating to show the new time in the cells. How can I update the table without refreshing the whole page? Here is the…
entropy283
  • 85
  • 1
  • 2
  • 9
0
votes
1 answer

vuetify data-table not showing data

i'm calling an API and storing the data into an array ( users[] ), and i can see in the console that users[] is being populated, but the data-table is not showing any rows.