© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
magarrent

Is ->sortable() working on V3?

Hey, I'm using filament 3.0.13 and sortable seems to be not working at all. No console errors, no livewire errors.

And the code is as same as always:
Tables\Columns\TextColumn::make('created_at')
                    ->size('sm')
                    ->sortable(),
Tables\Columns\TextColumn::make('created_at')
                    ->size('sm')
                    ->sortable(),


I have another TextColumn for a simple text name and also the same.

Any ideas?
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

Sortable is not working on Relation Manager class:
FilamentFFilament / ❓┊help
3y ago
Is recordClasses working in V3?
FilamentFFilament / ❓┊help
3y ago
->disabled() is not working on V3 forms (Toggle column)
FilamentFFilament / ❓┊help
3y ago
Numeric TextColumn: sortable() not working properly
FilamentFFilament / ❓┊help
2y ago