mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.11k stars 1.27k forks source link

[data grid] Filter panel columns customize #13557

Closed kishanp1412 closed 3 months ago

kishanp1412 commented 3 months ago

The problem in depth

I am having issue with filter panel where i am using GridFilterToolbarButton , i need to pass the specific columns for filter and need to write the custom logic for filter panel to apply the filter how i can do this ?

Your environment

`npx @mui/envinfo` ``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```

Search keywords: filter panel Order ID: 88101

michelengelen commented 3 months ago

It sounds like what you're looking for isn't quite a bug report, new feature request, or an issue caused by a recent update. Instead, it seems you have a specific implementation in mind!

While we'd be happy to assist where we can, a live code example would be incredibly helpful for us to understand your request clearly (think of it like showing us the puzzle pieces!).

If you're unable to provide a code snippet, joining our official Discord server or asking the community on Stack Overflow might be a great way to find solutions!


To get you started here is the documentation on how to customize the filters.

kishanp1412 commented 3 months ago

want to create custom filter panel where i can handle the filter model for it , is it possible in GridToolbarFilterbutton

michelengelen commented 3 months ago

Yes, it is: https://mui.com/x/react-data-grid/filtering/customization/#customize-the-filter-panel-content

But again: This is an implementation question and not a bug report or feature request. Please consider asking this in the provided communities.

github-actions[bot] commented 3 months ago

The issue has been inactive for 7 days and has been automatically closed.