inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

~_~: If column length is long(1000), move scroll horizontal bar, the page a little flashs. #355

Open zhangmengjie-amy opened 1 year ago

zhangmengjie-amy commented 1 year ago

Problem description:

For example:

https://user-images.githubusercontent.com/113492449/224893860-3faf812d-73e3-4ee6-b166-187cea5f293e.mp4

I use 1000 column here, and @inovua/reactdatagrid-enterprise version is 5.8.4 @inovua/reactdatagrid-community version is 5.8.4, when I scroll the horizontal scroll bar, the page is flash. After I config @inovua/reactdatagrid-enterprise version to 4.20.3 @inovua/reactdatagrid-community version to 4.20.3, move horizontal scroll bar, the page does not flash

Reproduce the issue in codesandbox here: https://codesandbox.io/s/amy-zhang-forked-9qcir7?file=/src/App.js