-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid with enabled virtual scrolling (rows and columns) cause all rows to disappear randomly while scrolling #1270
Comments
Additional note: When the problem was reported, it was stated that it is observed on machines with external monitors. |
Recordings of the issue can be found in the following ticket: |
A related issue was reported under #1278 |
A related issue was reported again under ticket 1562443. Additional information about the issue: When a filter that does not change the data count is applied grid shows an empty state until you scroll.
When you reset the table skip value 0 (or any other value) grid shows an empty state until you scroll.
When you set the initial skip to some value grid shows correct data but when you start scrolling it sets the skip to 0.
|
Reported again under ticket 1563407. |
Reported again under: 1566225 |
Reported again in 1578093 |
It looks resolved with version 5.10.1. Here is the updated example: https://stackblitz.com/edit/react-u6s5vf-p1w9vp?file=app%2Fmain.jsx |
@nstoychev this one is still reproducible |
Example with React 18 createRoot API using version 5.11.1-dev.202302071533: https://stackblitz.com/edit/react-u6s5vf-15yxcx?file=app%2Fmain.jsx |
@nstoychev But as for this:
The issue is different. When you change filters so rows count does not change, as for example selecting all options in filter, the grid becomes empty until scroll |
This is resolved in 5.11.1-dev.202302131506 - Changelog is here. Example: https://stackblitz.com/edit/react-1u4myn-yegn7d?file=app%2Fmain.jsx. |
Example replicating the issue:
Steps to reproduce:
Another issue is that some of the top rows might also not be visible when scrolling up (randomly).
The scrolling is extremely slow even with reduced number of columns.
The text was updated successfully, but these errors were encountered: