Skip to content

Add possibility filter select/multiselect columns with dropdown#2387

Open
Koc wants to merge 1 commit intomainfrom
feature/add-filtering-by-selection
Open

Add possibility filter select/multiselect columns with dropdown#2387
Koc wants to merge 1 commit intomainfrom
feature/add-filtering-by-selection

Conversation

@Koc
Copy link
Copy Markdown
Contributor

@Koc Koc commented Mar 11, 2026

Right now it is not possible to to search select/multiselect columns using OR operator (contains "aaa" or "bbb") using plain text filters. This PR adds possibility to filter select/multiselect with droprowns instead of plain text. Also it can be useful for large tables when you don't know full list of possible dropdown values

🔍 Preview

This is how it works now
image

This is how it works with patch
image
image
image

@Koc Koc requested review from blizzz and enjeck as code owners March 11, 2026 10:23
@EEngl52
Copy link
Copy Markdown

EEngl52 commented Mar 12, 2026

Thanks a lot for this new feature! Do I understand it correctly that this expands the filter options within a particular view (i.e. on view level)?
Would it be possible to extend the filter options even further to app level, so you could filter all views within a tables app simultaneously? The existing filter option is very helpful to quickly find the relevant rows within a view. When you have a tables app with several views and the relevant information is spread over all of them, it is rather tedious and annoying that you have to filter all of them separately. Having a joint search on app-level would improve usability immensely for us.

Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
}
})
},
// fixme: extract into separate module (duplicated in TableHeader)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #2405

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll wait for #2405 to merge and give this one another overview

@AndyScherzinger AndyScherzinger added enhancement New feature or request 3. to review Waiting for reviews labels Apr 12, 2026
@AndyScherzinger AndyScherzinger changed the title Feat: Add possibility filter select/multiselect columns with dropdown Add possibility filter select/multiselect columns with dropdown Apr 12, 2026
@samin-z samin-z self-requested a review April 14, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants