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

Add bulk selector pattern to table toolbars #1289

Open
ibolton336 opened this issue Aug 25, 2021 · 0 comments
Open

Add bulk selector pattern to table toolbars #1289

ibolton336 opened this issue Aug 25, 2021 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@ibolton336
Copy link
Contributor

A new patternfly approach to table selection has been released. We should adopt this pattern to provide greater flexibility when selecting within a table. https://www.patternfly.org/v4/guidelines/bulk-selection/
This gives us a UI component with a checkbox inside of a dropdown that we will need to connect to our form state & handle logic for partial select/ select all.
This work will include:

  • Removing select all functionality from composeable table
  • Adding the toolbar item for "bulk selection" that can be reusable across the app. This can be added to the FilterToolbar component that we currently use above the patternfly tables.
  • Tie in the suggested states outlined by the bulk selector to our internal form state
@ibolton336 ibolton336 added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant