© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
14 replies
Giant Robo

table ->defaultSort()

->columns([])
   ->defaultSort('created_at', 'desc')
->columns([])
   ->defaultSort('created_at', 'desc')

this works correctly, however, when I edit an item in the table, the edited item jumps to the top of the table (it changes position)
but I am sorting by
created_at
created_at
so editing the record should not change the order of the table.
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

Is there an error in `Filament\Table\Table::defaultSort()`...?🤔
FilamentFFilament / ❓┊help
3y ago
Defaultsort / column sorting
FilamentFFilament / ❓┊help
3y ago
defaultSort() with an enum
FilamentFFilament / ❓┊help
9mo ago
DefaultSort on a Repeater
FilamentFFilament / ❓┊help
3y ago