You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: