Autodesk/react-base-table

Why am I experiencing scroll delay in my implementation when it looks smooth in the playground example

anhdd-kuro opened this issue · 2 comments

Playground

Mine

As you can see, there is a slight lag ( or delay ? ) between the frozen part and the main part when their scroll is synced.
However, I don't understand why I can't see any lag in the playground.
I have tried using different versions of this library and React, but the result remains the same.
What could be causing this

2023-03-20.12.18.32.mov
Uregek commented

@anhdd-kuro did you find a solution?

@Uregek
I thought this repo was no longer maintained so I decided to give up on using it
I end up with solution using react-window and custom to add sticky column on it