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

Grid Column Filter Value Tab UX improvements #3810

Open
cnrudd opened this issue Oct 11, 2024 · 0 comments
Open

Grid Column Filter Value Tab UX improvements #3810

cnrudd opened this issue Oct 11, 2024 · 0 comments

Comments

@cnrudd
Copy link
Member

cnrudd commented Oct 11, 2024

I discussed and reviewed this with @amcclain and we came to the conclusion that adopting our client's suggestion for our Column Filter Values tab to behave more like Excel's Column Filter would be a good improvement.

The client's suggestion was made after using a Column Filter configured to show the "Apply Filter" button (commitOnChange: false), so the following guidance definitely applies to that configuration, but I think this improvement could be made also to the Hoist Column Filter when it is configured to be applied automatically (commitOnChange: true - no Apply button showing).

Excel does not appear to offer a Column Filter configured for commitOnChange: true , with no "OK" button.

The better experience we see in Excel is that the user does not need to pre-uncheck all of the available rows in the Values grid before typing into the filter field. The user can just type into the filter field, and then hit OK and the grid will be filtered by the values that appeared in the Values grid. When a user starts typing in the filter field, the "Select All" checkbox turns into a "Select All Search Results" checkbox, and an additional "Add current selection to filter" checkbox is inserted beneath it.

In Hoist, in order to filter by all of the results that typing in the filter field produced, a user must first uncheck the 'Select All' checkbox, then type their search string into the filter field above, and then check "select all" or the individual values he wants to filter on, and then hit "Apply Filter". It is not as intuitive, and users often need to be shown how to perform this sequence.

Please reach out to me if you would like a demo of the differences that I attempted to describe above. These UIs and their use are not the easiest to describe and attempts to do so do not make for the most exciting reading, to be sure.

Excel Column Filter
image

Hoist Column Filter
image

@cnrudd cnrudd added the grid label Oct 11, 2024
@amcclain amcclain changed the title Grid Column Filter Value Tab: improve UX as per client suggestion Grid Column Filter Value Tab UX improvements Oct 22, 2024
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