Does anyone know how to exactly use <v-data-table-header>
in vuetify?
In v-data-table, there seems to be api documentation for v-data-footer
and v-edit-dialog
but I can't find anything on v-data-table-header
0
votes
1 Answers
1
votes
The docs for the v-data-table-header
can be found be using the component search here..
https://vuetifyjs.com/en/components/api-explorer/
You'll also see that the mobile
prop can be controlled via header-props
in the data-table