© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
smash5283

Table Group using multiple columns as the group key

How can I apply grouping on a table using a join of two fields as a single group field. Example
Group::make('level.name', 'division.name')
                    ->label('Class')
                    ->collapsible(),
Group::make('level.name', 'division.name')
                    ->label('Class')
                    ->collapsible(),
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

[Group] Using table id as the key, but display the name at the table
FilamentFFilament / ❓┊help
2y ago
search for foreign key using multiple columns
FilamentFFilament / ❓┊help
3y ago
Table Filter multiple columns
FilamentFFilament / ❓┊help
3y ago
Group header columns in a table
FilamentFFilament / ❓┊help
2y ago