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;
…

Li Maofeng
- 7
- 2
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.

jason
- 3
- 3
0
votes
3 answers
How to disable the responsive sorting filter style for v-data-table in Vuetify?
I have a v-data-table and come headers can be sorted. However, I found in a small screen all headers are turned to a drop down list by Vuetify. I don't want this feature, is there a option for me to disable? I want to bring all my headers back..

Arst
- 3,098
- 1
- 35
- 42
0
votes
0 answers
Vuetify datatable custom header not working in mobile
I need to customize my vuetify datatable header by making some calculations on the fly for each column.