nested groups in tables
Hallo there, I am new to Filament (and laravel at all) and wonder, if there is any way to apply multiple groups to table rows at the same time.
like: grouping by month of a date-column and additionally grouping by the week our day (or even both)
month: June
-- calendar week: 23
---- Monday
------ row 1
------ row 2
---- Tuesday
------ row 3
------ row 4
-- calendar week: 24
---- Tuesday
------- row 5
...
Is that possible?
3 Replies
Thank you for your reply. Unfortunatly, it does not answer my question.
Last time I had a look at groups, this was not possible. I don't think anything has changed since it would make for a weird UX (how do you select the inner/outer groups? etc)
You could sort of get a similar result by either using a custom column or some other hack.