adazzle / react-data-grid

Feature-rich and customizable data grid React component
https://adazzle.github.io/react-data-grid/
Other
6.93k stars 2.18k forks source link

vertical scroll is not working as expected when first column is frozen #3497

Open pavankalyankolla opened 5 months ago

pavankalyankolla commented 5 months ago

When first column is frozen, when performing vertical scroll the frozen column in the grid is jitter

To Reproduce

  1. When the first column is frozen
  2. When we manually perform vertical scroll
  3. Frozen column is jitter (Frozen column is not in the fixed poistion)

Additional context