© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Pritbor

Table relationship sort error.

What is wrong in below code. I get error while sorting.
                TextColumn::make('member.memberable.name')
                    ->label('Company')
                    ->wrap()
                    ->searchable()
                    ->sortable(),
                TextColumn::make('member.memberable.name')
                    ->label('Company')
                    ->wrap()
                    ->searchable()
                    ->sortable(),
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

How to sort table by relationship?
FilamentFFilament / ❓┊help
15mo ago
Error when trying to sort table by MorphTo relationship
FilamentFFilament / ❓┊help
15mo ago
field relationship sort order
FilamentFFilament / ❓┊help
3y ago
How can I sort a table using a relationship?
FilamentFFilament / ❓┊help
3y ago