You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MultiGrid with a dataset containing more than 45-50k items, the sync functionality breaks. This issue specifically arises when system scrollbars are enabled.
Key observations:
The problem is not reproducible for elements near the top or bottom of the dataset.
The issue occurs for elements located in the middle of the grid.
The offset observed is equal to the size of the scrollbar.
I referred to this existing issue, but the problem persists in our case.
Environment:
Browser: Google Chrome
react-virtualized version: 9.21.1
Does anyone else face this issue? If so, do you have a fix, quick workaround, or hack to resolve this problem?
The text was updated successfully, but these errors were encountered:
When using MultiGrid with a dataset containing more than 45-50k items, the sync functionality breaks. This issue specifically arises when system scrollbars are enabled.
Key observations:
The problem is not reproducible for elements near the top or bottom of the dataset.
The issue occurs for elements located in the middle of the grid.
The offset observed is equal to the size of the scrollbar.
I referred to this existing issue, but the problem persists in our case.
Environment:
Browser: Google Chrome
react-virtualized version: 9.21.1
Does anyone else face this issue? If so, do you have a fix, quick workaround, or hack to resolve this problem?
The text was updated successfully, but these errors were encountered: