Search code examples
vuetify.jsv-data-table

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..

enter image description here


Solution

  • add mobile-breakpoint value to your <v-data-table>, such as <v-data-table mobile-breakpoint="0">