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
Describe the bug
When try set width of column custom does not work in version 5 alpha, we only see in hte inspector 150px, as fixed value you set another value but this not change for example width: 110
Screenshots or gifs
Your environment details
Device: desktop
OS: Ubuntu 24.04
Browser : Firefox
The text was updated successfully, but these errors were encountered:
Column width should not be defined by adding the width property to the cell object under props. Instead, it should be set by passing an array to the columns prop of the ReactGrid component:
Overriding grid-template-columns removes all flexibility and you need to know all your column width values beforehand. Although, it was the only way I could get any column width below 150px.
Setting the column width using the width property on columns passed to ReactGrid only works for values over 150px.
I need to go lower than 150px and have been unable to find a way to do that.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When try set width of column custom does not work in version 5 alpha, we only see in hte inspector 150px, as fixed value you set another value but this not change for example width: 110
Screenshots or gifs
Your environment details
The text was updated successfully, but these errors were encountered: