Feature #21929
Updated by Peter Amstutz 5 months ago
Based on feedback, a progress bar maybe isn't the best way to communicate succeeded/failed counts. This is proposal for an alternate rendering.
1. Render each item using the badge style as used to communicate individual process status:
(Completed: 10) (Running: 5) (Failed: 3) (Queued: 8) (Total: 26)
2. Clicking on a badge sets the filter to show just those items (clicking on Total shows all items).
Adjusting the rendering should be straightforward as this is basically the format of the information being presented in the tooltip. Will need to add props for callbacks to change the data table filters.