Skip to content
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

Column group header in standard table is transparent instead of filled #580

Merged

Conversation

Limpaan
Copy link
Contributor

@Limpaan Limpaan commented Aug 22, 2023

Screenshot 2023-08-22 at 16 25 01

Bug/Issue:
When having a column group that does not fill the entire table (for example when having fixed widths on the columns) and a sticky header, the "remaining" part of the column group header is transparent causing the columns to show through the header.

The fix consists of adding another th element with matching style to fill out the remaining space. Compare to how StandardTableHeadRow.tsx looks

@Limpaan Limpaan changed the title Added another th element to fill out remaining space Column group header in standard table is transparent instead of filled Aug 23, 2023
@esepato esepato added bug Something isn't working patch Increment the patch version when merged labels Sep 1, 2023
@mattias800 mattias800 merged commit 1388fb3 into StenaIT:master Sep 1, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants