-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid cells misalignment when there are Multi-column headers' child columns with % width #13452
Comments
As discussed with @dkamburov, an easy fix would allow a parent column group’s width to be float (as mentioned in issue #13392 description). So, there are two options:
,where On the other hand, in many places, when calculating values such as the grid's |
Nice and detailed explanation. Option 2# sounds better to me. Does option #2 means that one can set column width to "295.5px", but column.width would return an integer 290? P.S. I saw the PR that it is a new hidden getter returning the resolvedWidth, so it answer my question :) |
Description
Related to #13392. This was fixed for the column headers, however, a slight misalignment is still present for the cells. This can be observed when activating a cell, or for cells having borders:
Steps to reproduce
Result
The cell is not aligned to the parent header. For instance, if the parent's width is
205 px
, the cell's width is not rounded and is205.19 px
Expected result
Proper alignment
Attachments
The text was updated successfully, but these errors were encountered: