Nested Table Grouping (Multi-level Grouping) #18406
gflaminio3
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'd like to propose adding nested (multi-level) grouping support for Filament Tables.
Right now, tables can only be grouped by a single column, or users can switch between different grouping options — but we can’t have hierarchical groupings like Author → Status → Month in the same view.
Why
This would make Filament Tables much more powerful for analytics and reporting use cases.
Typical examples:
region → category → monthauthor → statusaccount → periodProposed API
Something like this could work nicely:
Or maybe introduce a
NestedGrouphelper:Implementation idea
Groupclass to support child groups viathenBy()Contributor note
I’d be happy to work on this and open a PR.
Tagging @danharrin to check if this idea fits the project roadmap before starting.
Beta Was this translation helpful? Give feedback.
All reactions