© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
ddoddsr

groups([ Group::make not showing first item

For some reason my groups below are not showing correctly.
Only the second item shows. If I swap, only the second item shows.
->groups([
    Group::make('created_at')->date(),
    Group::make('updated_at')->date(),
])
->columns([
    Tables\Columns\TextColumn::make('updated_at')->date(),
    Tables\Columns\TextColumn::make('created_at')->date(),
])
->groups([
    Group::make('created_at')->date(),
    Group::make('updated_at')->date(),
])
->columns([
    Tables\Columns\TextColumn::make('updated_at')->date(),
    Tables\Columns\TextColumn::make('created_at')->date(),
])


Where do I look. ?
image.png
Solution
Please update to latest version. Was fixed in 3.2.95

https://github.com/filamentphp/filament/pull/13620
GitHub
Fix array_reduce in new groups closure by archilex · Pull Request #...
Fixes array_reduce to use $carry in #13559. It's only returning one group now.

Code style has been fixed by running the composer cs command.
Changes have been tested to not break existing fu...
Fix array_reduce in new groups closure by archilex · Pull Request #...
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

multiselect creates groups after selecting first item
FilamentFFilament / ❓┊help
2y ago
Table group of groups?
FilamentFFilament / ❓┊help
17mo ago
Select first item
FilamentFFilament / ❓┊help
3y ago
"Menu Item Not Showing in Filament FranchisePanelProvider"
FilamentFFilament / ❓┊help
2y ago