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?4 Replies
Hey. I was the person who sponsored Dan to implement grouping in v3, and I'm actually talking to him right now about adding this per-group bulk select checkbox feature, as I need it for one of my sites. No ETA, but it will most probably be added "soon(ish)".
Do you think it would be possible to add a url() method to the group title as well? It'd be nice if I could click on that title and have it redirect me to that specific division resource page.
I'll take a look.
@eliaszobody just FYI, Dan has just merged the PR that adds group bulk select.
https://github.com/filamentphp/filament/pull/8394
GitHub
Bulk-select group and fix date-grouped summaries by danharrin · Pul...
Fixes #7578 along the way.