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. ?
No description
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...
Jump to solution
1 Reply
Solution
Kenneth Sese
Kenneth Sese3mo ago
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...
Want results from more Discord servers?
Add your server