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..
add mobile-breakpoint value to your <v-data-table>
, such as <v-data-table mobile-breakpoint="0">