Open
Description
Is there an existing issue for this?
- I have searched the existing issues
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
- Text from scrollable columns overlays on fixed columns.
- Row background workaround fails to apply to the header and does not work reliably on row selection or hover.

Expected Behavior
- Fixed columns should retain a consistent background that prevents text overlay from scrollable columns.
- Background color should apply to both rows and header consistently, regardless of selection or hover states.
Steps to reproduce
- Create a table with fixed columns and some scrollable columns.
- Add data with both active and inactive states to observe background color application.
- Scroll horizontally to observe the overlay issue.
Environment
OS: MacOs
Browser: Google Chrome
Additional Information
No response
Metadata
Metadata
Assignees
Type
Projects
Status
🏗 In progress
Activity
adnanqaops commentedon Dec 11, 2024
hoahai commentedon Dec 11, 2024
@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

As you can see in the screenshot, some text in Date columns (Both header and row) is showing in the Name Column instead of being hidden under the Name Column
adnanqaops commentedon Mar 24, 2025
@iamfaran , here's the App with demo of the issue :
V2.6.4.json
[FIX] Table Column Cell text overlap lowcoder-org#1272
Merge pull request #1597 from iamfaran/fix/table-overlap-1272
prinskarnatie commentedon Mar 27, 2025
There is 1 remaining issue. If multi select is enabled (shown as the first column), horizontal grid lines disappear on some of the rows.
In the screenshot all the columns except for the last one is fixed.
adnanqaops commentedon Apr 3, 2025
@iamfaran , this issue still exist when
So, I won't be closing this ticket as of now. and we will fix this issue in the next Release.
2 remaining items