Hello,
I am trying the use the width and minWidth attributes of a datagrid column and I am confused by the behaviour I am observing.
See this example on codepen: https://codepen.io/dominic-simplan/pen/zYKwawY
The first column has width: 40% and minWidth: 200px.
As long as the window is wide enough, it looks correct. However, if I resize the browsers width (making it smaller), at some point the width of the first column jumps to 200, even though the 40% would be bigger:
In this screenshot, the first column should be bigger than 200px, because 40% of the remaining width is more than 200px.
What is causing this behaviour?
My use case is the following: I need a few columns with fixed width. All the other columns should share the remaining space with a certain ratio (e.g. 60/40) but be at least 200px wide.
Hi Dominic,
I reproduced the issue and forwarded this ticket to our team for further research. We will let you know once we have any news.