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] Fix prop vs. property naming #3649

Merged
merged 1 commit into from Jan 19, 2022
Merged

Conversation

cherniavskii
Copy link
Member

No description provided.

@@ -11,7 +11,7 @@ title: Data Grid - Sorting
Single column sorting can be triggered with by clicking a column header.
Repeat this action to change the sorting direction.

A sorted column can be can pre-configured using the `sortModel` prop of the `GridColDef` interface:
A sorted column can be can pre-configured using the `sortModel` prop:
Copy link
Member Author

Choose a reason for hiding this comment

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

sortModel is DataGrid prop

@mui-bot
Copy link

mui-bot commented Jan 17, 2022

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 135.4 314.5 274.2 238.12 72.313
Sort 100k rows ms 320 581.2 499 472.82 95.498
Select 100k rows ms 150.5 216.3 155.4 171.28 25.678
Deselect 100k rows ms 92.9 211.8 141.7 139.96 40.034

Generated by 🚫 dangerJS against a30d5e4

@m4theushw m4theushw added the docs Improvements or additions to the documentation label Jan 17, 2022
@cherniavskii cherniavskii merged commit b9afc07 into master Jan 19, 2022
@cherniavskii cherniavskii deleted the cherniavskii-patch-1 branch January 19, 2022 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants