Skip to content

Adding search field to dropdown filters. #30654

Closed
@lxtadhamnawito

Description

  • 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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions