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

[DataGrid] Render SortGridMenuItems with sortingOrder props #7108

Closed
wants to merge 508 commits into from

Conversation

hanbin9775
Copy link
Contributor

Fixes: #7103

SortGridMenuItems were being rendered regardless of the sortingOrder props.

alexfauquette and others added 30 commits October 25, 2022 09:11
For example in https://github.com/mui/mui-x/actions/runs/3318124358
it ran twice to do the same thing. I got confirmation from GitHub
that it's duplication in github/codeql-action#1319 (comment).
…mns panel (mui#6444)

Co-authored-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
Co-authored-by: Andrew Cherniavskyi <andrew@mui.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
joserodolfofreitas and others added 20 commits December 1, 2022 13:07
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…i#7062)

Signed-off-by: Bilal Shafi <bilalshafidev@gmail.com>
Co-authored-by: Matheus Wichman <matheushw@outlook.com>
Signed-off-by: Bilal Shafi <bilalshafidev@gmail.com>
Co-authored-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
…#6892)

Signed-off-by: Bilal Shafi <bilalshafidev@gmail.com>
Co-authored-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
@hanbin9775 hanbin9775 closed this Dec 6, 2022
@mui-bot
Copy link

mui-bot commented Dec 6, 2022

Messages
📖 Netlify deploy preview: https://deploy-preview-7108--material-ui-x.netlify.app/

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 633.3 905.5 748.1 751.74 100.074
Sort 100k rows ms 575.8 1,011.9 575.8 862.24 167.578
Select 100k rows ms 208 279.1 216.7 226.72 26.395
Deselect 100k rows ms 140.5 288.8 170.3 203.74 61.051

Generated by 🚫 dangerJS against 3861bc1

@hanbin9775 hanbin9775 reopened this Dec 6, 2022
@MBilalShafi
Copy link
Member

@hanbin9775 Can you set the target branch as master? For next it'll be fixed along with #6619

@hanbin9775 hanbin9775 changed the base branch from next to master December 6, 2022 18:01
@hanbin9775
Copy link
Contributor Author

Oops, I probably should work on from master branch.
I will close this pr and create new one from master branch.

@hanbin9775 hanbin9775 closed this Dec 6, 2022
@oliviertassinari oliviertassinari added the component: data grid This is the name of the generic UI component, not the React module! label Jan 17, 2023
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!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Remove Unsort from the column menu if sortingOrder is ['asc', 'desc']