schrodinger/fixed-data-table-2

Fixed columns content are being overlapped when scrolling horizontally

Closed this issue · 1 comments

image

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)

  1. Create a table with fixed columns to the left
  2. Add as many columns as necessary to create horizontal scrolling
  3. Scroll horizontally

It's was an implementation error, sorry