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
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: