Skip to content
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] Implement server-side data source with nested data lazy loading #14527

Open
Tracked by #8179
MBilalShafi opened this issue Sep 7, 2024 · 0 comments
Open
Tracked by #8179
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Row grouping Related to the data grid Row grouping feature feature: Server integration Better integration with backends, e.g. data source feature: Tree data Related to the data grid Tree data feature

Comments

@MBilalShafi
Copy link
Member

MBilalShafi commented Sep 7, 2024

This issue covers the server-side lazy loading for nested data (tree data and row grouping)
Currently, all the data for a selected tree data or row grouping node is fetched in one go, this feature will enable to load the nested data lazily by scrolling down.
This is an advanced lazy loading use case and will be followed up after #10857 is done.

Please feel free to upvote the issue to see it land faster.

If you are looking for plain-data lazy loading check #10857

Search keywords:

@MBilalShafi MBilalShafi added component: data grid This is the name of the generic UI component, not the React module! feature: Tree data Related to the data grid Tree data feature feature: Row grouping Related to the data grid Row grouping feature feature: Server integration Better integration with backends, e.g. data source feature: Data source labels Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Row grouping Related to the data grid Row grouping feature feature: Server integration Better integration with backends, e.g. data source feature: Tree data Related to the data grid Tree data feature
Projects
None yet
Development

No branches or pull requests

2 participants