Is it possible to have a checkbox select all table rows within a specific group?
I'm have this table, and I'm grouping the rows based on a
division attribute. I'd like to be able to click a checkbox next to the group title that auto-selects all rows that are grouped in that specific division, so that I can perform some bulk actions on just that division. Is this possible?