-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Bug]: Column Overflow Issue in Fixed Column Table #1272
Labels
Components
Dedicated to Frontend Visual Components
Javascript Frontend
Pull requests that update Javascript code
Comments
@adnanqaops for #1, if the Name Column is set as "Fixed", it should be on top of the Date Column instead being scaled down in width |
@iamfaran , here's the App with demo of the issue : |
iamfaran
added a commit
to iamfaran/lowcoder
that referenced
this issue
Mar 25, 2025
9 tasks
FalkWolsky
added a commit
that referenced
this issue
Mar 25, 2025
[FIX] Table Column Cell text overlap #1272
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Components
Dedicated to Frontend Visual Components
Javascript Frontend
Pull requests that update Javascript code
Is there an existing issue for this?
Current Behavior
In a table with fixed columns, when scrolling horizontally, text from other columns overlays on top of the fixed columns, causing readability issues. Additionally, applying background color to rows solves the overlay issue for the row contents but does not affect the header. The background color fix for rows also fails when a row is selected or hovered.
Current Behavior
Expected Behavior
Steps to reproduce
Environment
OS: MacOs
Browser: Google Chrome
Additional Information
No response
The text was updated successfully, but these errors were encountered: