-
-
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][3.4.7] VDataTable headers prop maxWidth doesn't work. #18862
[Bug Report][3.4.7] VDataTable headers prop maxWidth doesn't work. #18862
Comments
Having the same problem vuetify@3.2.1 |
Thank you for the fast reply. |
Yes I think overflow will do the job. I will do PR |
You are talking setting overflow and max-width on the TH or also on the TDs for that column, because setting it only on the TH doesn't work if content of some TD is to long. |
Created PR. it was pretty clear and simple to implement. but only now I found time to check it. I hope one day they will accept it., Because this is already 4 PR in review |
Just ran into this exact issue (v.3.5.8). Any ETA on this fix ? |
Environment
Vuetify Version: 3.4.7
Vue Version: 3.3.11
Browsers: Firefox 120.0
OS: Windows 10
Steps to reproduce
Create a table and set the maximum width of column to 200px.
Expected Behavior
The maximum width of column is 200px.
Actual Behavior
The column is not limited by maxWidth.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: