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

table: column filters #24

Open
fossilfriend opened this issue Sep 11, 2024 · 0 comments
Open

table: column filters #24

fossilfriend opened this issue Sep 11, 2024 · 0 comments
Assignees

Comments

@fossilfriend
Copy link
Member

implement column filters, tied to the FILTER button in the column headers

see https://www.pencilandpaper.io/articles/ux-pattern-analysis-enterprise-filtering#table-header-filtering for inspiration, with following caveats:

  • resolve based on cell type
  • handling of numbers (floats / integers) needs additional consideration; table for now
  • if too many choices or text too long; disable column filter and only allow global filtering on that field
  • no more than 10(?) choices (threshold negotiable/get JS dev group opinion) others should be collapsed into "Other"
  • NAs should be an option when relevant

NA handling:

  • maybe need to include additional NA filter allowing users to hide rows with NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants