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] Apply review from #412 #515

Merged

Conversation

oliviertassinari
Copy link
Member

Apply the feedback forgotten from #412

@oliviertassinari oliviertassinari added the component: data grid This is the name of the generic UI component, not the React module! label Oct 31, 2020
pagination: { ...INITIAL_PAGINATION_STATE },
options: { ...DEFAULT_GRID_OPTIONS },
pagination: INITIAL_PAGINATION_STATE,
options: DEFAULT_GRID_OPTIONS,
Copy link
Member Author

Choose a reason for hiding this comment

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

The state will be part of the public API, from what I understand from #190. It's important that the state is immutable. If there are leaks, we need to find and fix them. This will help spot them, it also removes runtime work that shouldn't be necessary.

@oliviertassinari
Copy link
Member Author

Fail because of #506 (comment).

@DanailH DanailH self-requested a review November 3, 2020 14:50
@oliviertassinari oliviertassinari merged commit 069daa7 into mui:master Nov 4, 2020
@oliviertassinari oliviertassinari deleted the batch-small-changes-v44 branch November 4, 2020 10:09
dtassone pushed a commit to dtassone/material-ui-x that referenced this pull request Nov 9, 2020
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.

None yet

3 participants