[data grid] Lazy loading details when using Master detail feature #13437
Labels
component: data grid
This is the name of the generic UI component, not the React module!
dx
Related to developers' experience
feature: Master-detail
Related to the data grid Master-detail feature
feature: Server integration
Better integration with backends, e.g. data source
performance
plan: Pro
Impact at least one Pro user
Summary
If users don't have the data for the details locally, fetching details for each row happens when DataGrid is loaded without users querying for the details.
Motivation
If users don't have the data for the details locally, fetching details should happen on demand for performance reasons.
Live reproduction case
https://stackblitz.com/edit/react-zru5se-ssomts?file=Demo.tsx,package.json
Search keywords: lazy loading master detail
The text was updated successfully, but these errors were encountered: