Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Currently, selecting a column from a list (dropdown) can only be done by scrolling through the list.
Feature / Enhancement Description
Allow to type the column name with auto-complete, to make it easier to select the column. For example, even just typing the letter u
makes it much faster to find the column user
, than scrolling down and having to visually scan all column names.
As a visual aid, the entered filter string should also be highlighted (bold) in the filtered column name results.
Example Use Case
Entering obj
should filter the list by column names containing (not just starting with) that string:
Alternatives / Workarounds
n/a