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
I am wondering if it is even possible. By default, vuetify's data table will show horizontal scrollbar if there is not enough space on the screen:
I made a custom wrapper for horizontal scroll with a bunch of small features, but unable to use it with data table because it has its own logic under the hood.
I've already tried disabling overflow properties for .v-data-table and .v-data-table-wrapper classes, but none of it worked and I guess I am missing something.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if it is even possible. By default, vuetify's data table will show horizontal scrollbar if there is not enough space on the screen:

I made a custom wrapper for horizontal scroll with a bunch of small features, but unable to use it with data table because it has its own logic under the hood.
I've already tried disabling overflow properties for .v-data-table and .v-data-table-wrapper classes, but none of it worked and I guess I am missing something.
Any ideas? :(
Beta Was this translation helpful? Give feedback.
All reactions