It would be nice to have a widget with the the following structure:
1. A table with first column host (optional, if the widget is used for single host)
2. The second column name of one item (or regex extract from name)
3. all other columns are related to representative item from second column and display last value of these items.
For example:
host | name | size | status |
test1 | Container 1 | 3GB | running (1) |
test1 | Container 2 | 18GB | stopped (2) |
test1 | Container 10 | 3GB | running (1) |
test1 | Container 5 | 3GB | crashed (3) |
test1 | Container 4 | 3GB | running (1) |
test1 | Container 3 | 3GB | running (1) |
In this case size and status are taking data about one object (size and status of container). "Host" column is optional.