You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Hierarchical datagrids have heavy usability and performance concerns.
Expandable rows are good at keeping context of the content between rows and showing some additional data to support it.
When loading an entire new datatable or a page's worth of content inside of an expandable row,
the user loses context of the datagrid which they are in.
Because of this, we recommend using a master-detail pattern, or ideally navigating to a dedicated details page for
a particular row.