Fixed columns content are being overlapped when scrolling horizontally
Closed this issue · 1 comments
vcardins commented
Expected Behavior
When I have fixed columns and scroll horizontally, the content of the fixed cell should not be overlapped
Current Behavior
As can be seen in the picture above, when I scroll horizontally on tables with left fixed columns, their content is overlapped by the content of the columns that are being moved.
Steps to Reproduce (for bugs)
- Create a table with fixed columns to the left
- Add as many columns as necessary to create horizontal scrolling
- Scroll horizontally
vcardins commented
It's was an implementation error, sorry