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

is it possible to create a multi-select filter for a column? #2739

Closed
2 tasks done
razk87 opened this issue Sep 29, 2021 · 1 comment
Closed
2 tasks done

is it possible to create a multi-select filter for a column? #2739

razk87 opened this issue Sep 29, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists plan: Pro Impact at least one Pro user support: question Community support but can be turned into an improvement

Comments

@razk87
Copy link

razk87 commented Sep 29, 2021

Order ID 💳

#29674

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Summary 💡

I would like to create a multi selec filter for a column, a list with the uniqe values of a column with checkboxes.
the closest thing i found was a single-select column type.
can this be achived using this library
Group 66617 (1)
?

The problem in depth 🔍

No response

Context 🔦

No response

Your environment 🌎

`npx @material-ui/envinfo`
  Don't forget to mention which browser you used.
  Output from `npx @material-ui/envinfo` goes here.
@razk87 razk87 added plan: Pro Impact at least one Pro user support: question Community support but can be turned into an improvement status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Sep 29, 2021
@m4theushw
Copy link
Member

Duplicate of #2437

We don't have a built-in filter like that, but it can be created adding a custom operator: https://mui.com/components/data-grid/filtering/#create-a-custom-operator

I suggested to use the Autocomplete, because it already supports the selection of multiple values: https://mui.com/components/autocomplete/#multiple-values

@github-actions github-actions bot added duplicate This issue or pull request already exists and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists plan: Pro Impact at least one Pro user support: question Community support but can be turned into an improvement
Projects
None yet
Development

No branches or pull requests

2 participants