Community members reported that using "em"s as column width unit can cause grid data rendering problems
This problem is caused by the fact em gives different value in pixels for heading and body cells as they using different fonts.
rems are proposed to be used intstead as responsive(depending on screen size and font settings) unit alternative.
We can add the note in grid documentation reference for developers to avoid such problems
https://docs.jmix.io/jmix/flow-ui/vc/components/dataGrid.html#width
Community members reported that using "em"s as column width unit can cause grid data rendering problems
This problem is caused by the fact em gives different value in pixels for heading and body cells as they using different fonts.
rems are proposed to be used intstead as responsive(depending on screen size and font settings) unit alternative.
We can add the note in grid documentation reference for developers to avoid such problems
https://docs.jmix.io/jmix/flow-ui/vc/components/dataGrid.html#width