Vuetify: 1.0.19
Vue: 2.5.16
Browsers: Chrome 67.0.3396.87
OS: Windows 10
Resize the browser window until the table reaches maximum width or a horizontal scroll bar appears
The width value in the header would still be used. Column A should be 800px. The horizontal scroll bar should kick in.
The width value in the header is ignored. Column widths are adjusted as if there was no width value in the header.
https://codepen.io/jenbee/pen/pKWbGK
This applies to width and class in the header ie when the width style is set using class it is also ignored when the table reaches maximum size (width).
A workaround is to put a display: block element in the cell with a width setting. e.g. put a div in the
Since this has a workaround and this is not considered a priority fix for backporting, I'm closing it.
If you have any additional questions, please reach out to us in our Discord community.
Most helpful comment
A workaround is to put a display: block element in the cell with a width setting. e.g. put a div in the