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

Adding search field to dropdown filters. #30654

Closed
1 task done
lxtadhamnawito opened this issue May 24, 2021 · 2 comments
Closed
1 task done

Adding search field to dropdown filters. #30654

lxtadhamnawito opened this issue May 24, 2021 · 2 comments

Comments

@lxtadhamnawito
Copy link

lxtadhamnawito commented May 24, 2021

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

I'm using antd Table, and trying to add some filters to columns. But since the column's dropdown menu filter could have a very long options,
I want to add a search field inside the filters to be able to access them easily from Filters, and select it.

filters I have. I want to add a search field inside this list to search among them. like that

I see that there are two different things,

1- filters --> which it takes array and get displayed and act upon it. (this what i'm using)

2- filterDropdown --> which allow search among the table's column itself.

What does the proposed API look like?

What I'm proposing is a mix between both, where I can set a dropdown menu containing all the filters I have, and in the same time
it has a search filed to search among the filters not the column to allow ease accessibility for long or various filters options.

@lxtadhamnawito
Copy link
Author

@afc163 any updates ?

@afc163
Copy link
Member

afc163 commented Apr 28, 2022

supported in #31809

@afc163 afc163 closed this as completed Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants