-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Overview of the problem
Buefy version: [0.9.17]
Vuejs version: [2.6.14]
OS/Browser: Chrome 100.0.4896.75
Description
When applying width
to a table column it is being ignored on tables that overflow.
Steps to reproduce
https://codepen.io/donmb1/pen/ExoReaq?editors=1010
Please check the computed columns()
and the column first_name
and last_name
Expected behavior
Width should apply just as with non scrollable tables
Actual behavior
The table column with the applied width is not expanding
Frankisgek