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

[docs] Add a recipe limiting to one expanded detail panel at a time #9488

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Jun 26, 2023

@cherniavskii cherniavskii added docs Improvements or additions to the documentation component: data grid This is the name of the generic UI component, not the React module! customization: logic Logic customizability feature: Master-detail Related to the data grid Master-detail feature recipe labels Jun 26, 2023
@mui-bot
Copy link

mui-bot commented Jun 26, 2023

Netlify deploy preview

Netlify deploy preview: https://deploy-preview-9488--material-ui-x.netlify.app/

Updated pages

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 473.2 803.7 676.9 644.96 136.342
Sort 100k rows ms 517.7 1,079.1 803.8 821.66 180.824
Select 100k rows ms 198.9 296.8 241.8 242.74 35.506
Deselect 100k rows ms 128.8 264 221.2 209.86 46.09

Generated by 🚫 dangerJS against 8fb1258


<p class="description">Advanced row customization recipes.</p>

## One expanded detail panel at a time
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another option was to add this example to the Master detail docs, but I decided to avoid increasing the size of the feature doc page and add it here instead.

@cherniavskii cherniavskii marked this pull request as ready for review June 27, 2023 10:34
@cherniavskii cherniavskii merged commit 1171b31 into mui:master Jun 29, 2023
@cherniavskii cherniavskii deleted the rows-recipes branch June 29, 2023 07:58
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! customization: logic Logic customizability docs Improvements or additions to the documentation feature: Master-detail Related to the data grid Master-detail feature recipe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Limit to one expanded row group at a time
3 participants