-
Notifications
You must be signed in to change notification settings - Fork 842
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
[Data Grid] prevent off-page rendering #4217
Comments
I couldn't actually find an open ticket for it but this work is already in progress! |
Distinction between the virtualization & this reported off-page rendering. When setting the datagrid's inmemory prop to |
Looking/thinking through this more, it is working as intended. When in-memory level is |
Given the CodeSandbox example for "Pagination only in-memory", if you put a
console.log(rowIndex)
in the renderer, you'll see that the entire dataset (all 100 rows) are rendered initially, even though the page size is 10.The text was updated successfully, but these errors were encountered: