© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Allow reorderable without fillable column? - Filament
F
Filament
•
3y ago
•
12 replies
wottavm
Allow reorderable without fillable column?
Good evening everyone
!
I am somewhat stuck on adding reorderable
. I noticed that I am required to add the
sort
sort
column in my fillable property
.
However
, normally I use guarded only
. The catch is if I only add the sort to the fillable the whole form does not work
.
Has somebody else had the same issue and if so did you resolve it or did you add all fillable columns
?
I really don
't want to add them all
Solution
Looks like Filament is using Eloquent
's
update([])
update([])
.
.
. in which Laravel requires the sort field to be unguarded
/fillable
:
https://github.com/filamentphp/filament/blob/3.x/packages/tables/src/Concerns/CanReorderRecords.php
GitHub
filament/packages/tables/src/Concerns/CanReorderRecords.php at 3.x ...
A collection of beautiful full
-stack components for Laravel
. The perfect starting point for your next app
. Using Livewire
, Alpine
.js and Tailwind CSS
.
- filamentphp
/filament
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Was this page helpful?
Yes
No
Similar Threads
Similar Threads
Do relationship columns need to be fillable?
F
Filament / ❓┊help
13mo ago
Reorderable scroll issue
F
Filament / ❓┊help
16mo ago
Multiple FIleUpload Reorderable
F
Filament / ❓┊help
3y ago
Allow view without view_any
F
Filament / ❓┊help
2y ago