© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
63 replies
PabloZagni

Persist sort order

Hi. Can user selected sort be persisted on an relationshipManager table?
Thanks
Solution
Maybe this functionality was added later? But this is plain Filament:
// Resource class
    public static function table(Table $table): Table
    {
        return $table
            ->persistFiltersInSession()
            ->persistSortInSession()
            ->persistSearchInSession()
        // ...
    }
// Resource class
    public static function table(Table $table): Table
    {
        return $table
            ->persistFiltersInSession()
            ->persistSortInSession()
            ->persistSearchInSession()
        // ...
    }
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

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

field relationship sort order
FilamentFFilament / ❓┊help
3y ago
Sort table by random order
FilamentFFilament / ❓┊help
16mo ago
SubNavigation Sort Order when Mixing Groups and Items
FilamentFFilament / ❓┊help
13mo ago
Show orderitems associated with orders
FilamentFFilament / ❓┊help
2y ago
Next page