Does anyone have examples of a list/table where each row is selectable, there's some kind of "select all" feature, and the list is paginated?
I've seen GMail and GitHub issues lists. Both of which behave pretty quirkily.
I've seen GMail and GitHub issues lists. Both of which behave pretty quirkily.
Comments
We've chosen to emulate the Gmail approach with a "select all XX items" banner, but when it's clicked, all individual checkboxes are disabled.
Fairly sure that rs-components has something similar too.
…
If you then select something, it's very unclear what's actually selected.
If you expand to select everything, then unselect one, it's very unclear what's actually selected.