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

[DataGridPro] Remove row pinning from experimental features #8055

Merged
merged 3 commits into from
Feb 27, 2023

Conversation

MBilalShafi
Copy link
Member

@MBilalShafi MBilalShafi commented Feb 26, 2023

Closes #8038

Changelog

Highlight

  • 🎁 The row pinning is no longer experimental.

    You can now use the row pinning without the experimentalFeatures.rowPinning flag enabled.

     <DataGridPro
    -  experimentalFeatures={{ rowPinning: true }}
     />

@MBilalShafi MBilalShafi added breaking change component: data grid This is the name of the generic UI component, not the React module! v6.x feature: Row pinning Related to the data grid Row pinning feature labels Feb 26, 2023
@mui-bot
Copy link

mui-bot commented Feb 26, 2023

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

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 642.1 1,208.4 642.1 909.74 241.021
Sort 100k rows ms 654.7 1,112 1,112 916.54 179.495
Select 100k rows ms 223.7 391.2 292.9 303.6 56.036
Deselect 100k rows ms 167.7 375.9 208.2 239.1 74.762

Generated by 🚫 dangerJS against e37572b

@MBilalShafi MBilalShafi marked this pull request as ready for review February 26, 2023 10:25
@MBilalShafi MBilalShafi merged commit e179221 into mui:next Feb 27, 2023
@MBilalShafi MBilalShafi deleted the make-row-pinning-stable branch February 27, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Row pinning Related to the data grid Row pinning feature v6.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid] Remove some of the experimentalFeatures flags
3 participants