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?
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?