© 2026 Hedgehog Software, LLC

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

field relationship sort order

If I have a
Select
Select
with a relationship, is there an easy way to sort the relation options by a custom order (i.e. in this example, categories would have a
sort
sort
attribute)? Want to avoid adding scope or constructor to the model if possible.

Forms\Components\Select::make('category_id')
    ->relationship('category', 'category')
    ->required(),
Forms\Components\Select::make('category_id')
    ->relationship('category', 'category')
    ->required(),
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

Persist sort order
FilamentFFilament / ❓┊help
2y ago
Select->relationship order
FilamentFFilament / ❓┊help
3y ago
Table relationship sort error.
FilamentFFilament / ❓┊help
2y ago
FileUpload errors after I move repeater field sort order.
FilamentFFilament / ❓┊help
10mo ago