© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
d3v1anX

Default sort direction based on defaultgroup in table builder

Hey guys,

just wonder how I can use a defaultGroup in table builder with a default sort direction - is there no option?

return $table
            ->groups([
                Group::make('start')->label('Start date (UTC)')->date(),
            ])
            ->defaultGroup('start') // how to set Desc as default? :D
return $table
            ->groups([
                Group::make('start')->label('Start date (UTC)')->date(),
            ])
            ->defaultGroup('start') // how to set Desc as default? :D


thanks in advance!
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

Default sort direction on table groups
FilamentFFilament / ❓┊help
2y ago
Table groups change default sort
FilamentFFilament / ❓┊help
3y ago
Change column sort direction to descending by default
FilamentFFilament / ❓┊help
3y ago
Default sort direction for a column - descending first
FilamentFFilament / ❓┊help
3y ago