© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
kisut

Disable Reorder Table on View

Hi,

I use relation manager and enable reoder, everything works normally. But I want reoder only active on edit page, how to implement it?

I used visible/hidden but both are inactive (view and edit page).

Thanks
Solution
something like this?
->reorderable(fn () => str($this->getPageClass())->contains('EditPost') ? 'sort' : null)
->reorderable(fn () => str($this->getPageClass())->contains('EditPost') ? 'sort' : null)
Jump to solution
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

Reorder Table Clear Cache
FilamentFFilament / ❓┊help
16mo ago
Table Reorder support for tree?
FilamentFFilament / ❓┊help
11mo ago
Table reorder-mode as default?
FilamentFFilament / ❓┊help
12mo ago
Reorder Table with Relation Manager
FilamentFFilament / ❓┊help
16mo ago