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 notes to Table demo about stableSort #27025

Merged

Conversation

CarlosGomez-dev
Copy link
Contributor

Closes #26993

Add note to stableSort function about IE11 compatibility
Add snippet using sort() as suggestion to replace stableSort call

Add note to stableSort function about IE11 compatibility
Add snippet using `sort()` as suggestion to replace `stableSort` call
@mui-pr-bot
Copy link

mui-pr-bot commented Jun 29, 2021

No bundle size changes (experimental)

Generated by 🚫 dangerJS against 3eb7ae5

@oliviertassinari oliviertassinari added component: table This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation labels Jun 29, 2021
Copy link
Member

@eps1lon eps1lon left a comment

Choose a reason for hiding this comment

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

Very helpful notice, thanks!

@eps1lon eps1lon merged commit a89b3e3 into mui:next Jun 30, 2021
@CarlosGomez-dev CarlosGomez-dev deleted the docs/enhancedtable-demo-stablesort branch June 30, 2021 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Table component Sort example - Built-in Sort is stable
4 participants