Closed chuckn0rris closed 1 year ago
I requested more info about first issue, not reproducible with the code provided
Our CSS needs this to fix the vertical alignment of column headers:
.b-grid-header-children {
flex: 1 1 auto;
}
But the screenshots look like there is outside CSS affecting the headers. The font doesn't look right. Text is wrapping in the header elements which is disabled by our own CSS. Client needs to check their CSS.
Forum post
We've got a grid with 3 layers of headers. And we have a couple issues with column alignment. The first seems to be caused by the width of child headers not filling the width of the parent header.
In the above image you can see that the Performance Component parent header is wider than it's children headers. No width is set on the parent headers, only on the child headers.
The second issue we see is when a user shows/hides a header, sometime the headers get scrunched up on top of each other, which once again messes with alignment between header and columns. Are there any grid redraw functions that might help with that? Or something else I can do to prevent that?
Before hiding a column not in the screenshot:
After hiding a column: