4
votes
3answers
184 views

Grouped list with a lot of singletons — how to present groups of size one?

We have a table with a large number of items (50-500+). Items are grouped -- basically, think of a list of folders each with at least one item in them. Actions need to be taken on each item, or ...