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

feat: table view filtering + configurable columns #60

Open
golanglemonade opened this issue Nov 11, 2024 · 0 comments
Open

feat: table view filtering + configurable columns #60

golanglemonade opened this issue Nov 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@golanglemonade
Copy link
Member

Many of the pages within the Openlane console will have a table view, there are several already there including:

  • Members
  • Invitations
  • Questionnaires
  • Subscribers
  • ...

Today there is a search bar, but theres no filtering, sorting, or ability to add/remove columns. All existing tables should be updated to allow:

  1. ordering by column
  2. filter by columns (e.g. by role on members, status + role on invites, active + verified on subscribers)
  3. allow users to add + remove columns - we can start with just the existing columns for now and we can go back later to add additional columns that might not be there that we would want users to be able to optionally add but that is out of scope of this issue)
@golanglemonade golanglemonade added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant