© 2026 Hedgehog Software, LLC

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

spatie/eloquent-sortable

Can anyone help to override the spatie/eloquent sortable plugin to reorder the table? I'm working with relation manager

I have this code in my resource:
public $sortable = [
'order_column_name' => 'order',
'sort_when_creating' => true,
];
public function buildSortQuery()
{
return static::query()->where('parent_id', $this->parent_id);
} Can you help me if possible? @Dan Harrin
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

Nested Sortable
FilamentFFilament / ❓┊help
2y ago
Sortable relation...
FilamentFFilament / ❓┊help
2y ago
Sortable Translate
FilamentFFilament / ❓┊help
3y ago
Sortable issue
FilamentFFilament / ❓┊help
3y ago