-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Server filters #649
Conversation
I will open another PR for the rest
|
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderFilterIcon.tsx
Outdated
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderFilterIcon.tsx
Outdated
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderItem.tsx
Outdated
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderItem.tsx
Outdated
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderMenuIcon.tsx
Outdated
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeadersItemCollection.tsx
Outdated
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderFilterIcon.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we will need to change the workflow, we keep bundling changes that could be done isolated (making quality reviews hard, I have only surfaced it), introducing new features without documentation (making it harder to design great APIs, and great documentation), fixing bugs without test cases (open the doors to regressions).
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderItem.tsx
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderItem.tsx
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderItem.tsx
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/menu/columnMenu/ColumnsMenuItem.tsx
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderFilterIcon.tsx
Show resolved
Hide resolved
packages/grid/_modules_/grid/components/columnHeaders/ColumnHeaderFilterIcon.tsx
Show resolved
Hide resolved
Oops, I had some other suggestions in my draft |
I will integrate them in my next PR. |
Review of mui#649
Fix most #633