-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Content of DataTable overlaps when set to noStripes and the first columns are pinned #801
Labels
Milestone
Comments
Code to reproduce:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When a DataTable is set to nostripes, the background of the table entries is transparent by default.
If pinning for columns is enabled, the not-pinned content overlaps with the content of pinned columns.
To Reproduce
Steps to reproduce the behavior:
Fails in Step 5, the content of the pinned and not pinned columns is overlapping.
Expected behavior
The content should not overlap
Proposed solution
Set the background-color for table cells to white as in fix #792 DataTable Header has a transparent background
Screenshot
![image](https://private-user-images.githubusercontent.com/102970139/257750278-1cfabe32-b40c-40a3-8c44-c9d20668af16.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzEzMzYsIm5iZiI6MTczOTE3MTAzNiwicGF0aCI6Ii8xMDI5NzAxMzkvMjU3NzUwMjc4LTFjZmFiZTMyLWI0MGMtNDBhMy04YzQ0LWM5ZDIwNjY4YWYxNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNzAzNTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNTJlMmYzMDRmNDZlODE3MWY4YmVkMDJjNGFmMzYwYmRkODI5N2JhNWU4ZTYyMTgyOGE3YWY3NDU5MzQ0ZThkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JMhkEylH6_v-dtG2l6o69QhBjVn_zJwd9lPi-1Be_ls)
The text was updated successfully, but these errors were encountered: