Typeahead behavior when selecting a table filter key

I have a table with 40+ columns.
When the user wants to filter on a column, they need to open the filter drawer, then scroll through the list of column keys in order to find the one they want. Ideally, the user could type in the column/key input and it would autocomplete/select from the dropdown.

An alternative or additional UX flow might be a little "filter" icon that appears on hover of each column header. When clicked, it opens the filter dialog with a new clause
[clicked_column][include][ blank]

2 Likes

+1 especially for a filter icon being available in the headers of a table (ideally through a toggle when setting up the table)

Thanks both for this feedback! I agree, and I've created a feature request internally to track this.