-
Notifications
You must be signed in to change notification settings - Fork 267
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
Performance: Add support for incremental data loading #6540
Comments
Looks like #6543 is the new PR tied here. |
@nwmac @bmdepesa Essentially, when both features are enabled and you navigate to the 2nd page and you perform a Manual Refresh then the list view fails to load any entries. Note: The issue identified above could be constrained to only occur on the final page since I only had 2 pages to work with. See videos attached on my comment on issue #6498 for context. |
Closing with latest retest of #6498 using 2.6-head (ee084d0). See my comment for details. |
Currently when we load resources, we load all data into the client before displaying data.
We should fetch data incrementally, so that users can start to use resource lists while the full data loads.
The text was updated successfully, but these errors were encountered: