© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
8 replies
Eric

How to set a Default Group With Descending Order By Default

In my table Im grouping. But i want the default order to be Desc instead of Asc. Is there a way to achieve it?

->groups([
    Tables\Grouping\Group::make('game_reservation_id'),
])
->defaultGroup('game_reservation_id')
->groups([
    Tables\Grouping\Group::make('game_reservation_id'),
])
->defaultGroup('game_reservation_id')
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

Change Default Order To Descending
FilamentFFilament / ❓┊help
3y ago
Reorderable with descending order
FilamentFFilament / ❓┊help
2y ago
Change column sort direction to descending by default
FilamentFFilament / ❓┊help
3y ago
How to order navigation group?
FilamentFFilament / ❓┊help
2y ago