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] Remove legacy filtering API #10897

Merged
merged 17 commits into from
Nov 9, 2023

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Nov 4, 2023

Closes #10581

TODO:

@cherniavskii cherniavskii added breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Filtering Related to the data grid Filtering feature v7.x labels Nov 4, 2023
@cherniavskii cherniavskii changed the base branch from master to next November 5, 2023 21:14
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 6, 2023
Copy link

github-actions bot commented Nov 6, 2023

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@romgrk
Copy link
Contributor

romgrk commented Nov 7, 2023

Wanna fix the conflicts before we review?

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 8, 2023
Comment on lines +12 to +19
function Toolbar() {
return (
<div>
<GridToolbarFilterButton />
</div>
);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Curious, why do we wrap in an additional div now?

Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't like the filter button expanding on full width here 😅
https://mui.com/x/react-data-grid/filtering/customization/

@cherniavskii cherniavskii marked this pull request as ready for review November 9, 2023 09:12
@cherniavskii cherniavskii enabled auto-merge (squash) November 9, 2023 09:15
@cherniavskii cherniavskii merged commit 32babeb into mui:next Nov 9, 2023
16 checks passed
@cherniavskii cherniavskii deleted the remove-legacy-filtering branch November 9, 2023 09:41
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: Filtering Related to the data grid Filtering feature v7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[datagrid] Remove the legacy filtering API
3 participants