You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pages that contain a v-data-table are rendered on the server with the mobile layout (class v-data-table--mobile).
There's no way to change that behavior
Module version
1.12.1
Describe the bug
Pages that contain a v-data-table are rendered on the server with the mobile layout (class
v-data-table--mobile
).There's no way to change that behavior
To Reproduce
https://codesandbox.io/s/nuxtjs-vuetify-forked-7nq12?file=/pages/index.vue
Steps to reproduce the behavior:
v-data-table
using nuxt SSRExpected behavior
We should be able to specify if we want a mobile or desktop layout by default.
Screenshots
The text was updated successfully, but these errors were encountered: