Suppose my table has a column on the far left that consists of only checkboxes used for selecting rows. The default design is that the header of that column would have a checkbox, which would be used to select/deselect all of the rows (or all visible rows) at once.
I'd like to replace this behaviour with a widget that might be something like a dropdown menu with "All", "Selected", "Not selected", but I don't like this because it makes the checkbox column a lot wider. Any suggestions on what would support this filtering in a more compact way?
