[data grid] Implement server-side data source with nested data lazy loading #14527
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
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:
The text was updated successfully, but these errors were encountered: