© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
BhupendraKumar

Filament table sorting Bug

#❓┊help My filament page table is not sorting the total column correctly , iam using this
Tables\Columns\TextColumn::make('products_total')
->label('Total')
->money('usd', 100)
->getStateUsing(function (Website $record) {
return $record->totalBudget();
})
->sortable(),

I attached the outcome
Screenshot_2024-01-24_at_11.02.30_AM.png
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

Help Needed with Sorting an Accessor in Filament Table
FilamentFFilament / ❓┊help
2y ago
relationship sorting in table
FilamentFFilament / ❓┊help
3y ago
Issue with Sorting a Summed Relationship Column in Filament Table
FilamentFFilament / ❓┊help
12mo ago
Filament Table
FilamentFFilament / ❓┊help
3y ago