bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.37k stars 3.06k forks source link

Multigrid falls out of sync on large tables when scrolling via #850

Closed timothyjlaurent closed 2 weeks ago

timothyjlaurent commented 7 years ago

On large grids with more than 30k rows we are seeing a loss of synchronization between the pinned columns and the rest of the grid. https://plnkr.co/edit/rWeeSJpXSoHJzxQqgBIC?p=preview

multigridbug

It seems to be most pronounced when jumping to the last row where the pinned columns usually aren't visible at all.

nowherenearithaca commented 6 years ago

FYI - I see the vertical out-of-syncness with as few as 100 columns and 200 rows in your example... columns always stay in sync tho with many many columns...