-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] data table headers are not vertically aligned under different sizes #10164
Labels
C: VDataTable
VDatatable
help wanted
We are looking for community help
T: bug
Functionality that does not work as intended/expected
Comments
ghost
added
the
S: triage
label
Jan 9, 2020
Setting a global style of: |
jacekkarczmarczyk
added
T: bug
Functionality that does not work as intended/expected
and removed
S: triage
labels
Jan 11, 2020
this worked for me... |
This worked in Vuetify 3:
Please share if there's a "Vuetify" way to do this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: VDataTable
VDatatable
help wanted
We are looking for community help
T: bug
Functionality that does not work as intended/expected
Environment
Vuetify Version: 2.2.3
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.88
OS: Windows 10
Steps to reproduce
Ignore codepen link, to reproduce go to https://vuetifyjs.com/en/components/data-tables
Slowly resize your browser width from full screen to small - you will notice at some point some of the headers are aligned high, some low.
e.g. https://www.screencast.com/t/P2NbdnTU0A6
It can look very messy when you have lots of columns, with some up and some down. e.g. up, down, up up down down up. This is what happens to me most of the time with my tables, its not a one off resize thing like the example I gave.
Expected Behavior
All the headers should be vertically aligned.
Actual Behavior
Headers are not vertically aligned.
Reproduction Link
https://codepen.io/
The text was updated successfully, but these errors were encountered: