Matthew
Matthew
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
I see now. Then this issue is resolved. Thanks for helping :)
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
So then how does reorderable() work?
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
I think youre right. Its done with
->reorderRecordsTriggerAction(
fn (Action $action, bool $isReordering) => $action
->button()
->label($isReordering ? 'Disable reordering' : 'Enable reordering'),
);
->reorderRecordsTriggerAction(
fn (Action $action, bool $isReordering) => $action
->button()
->label($isReordering ? 'Disable reordering' : 'Enable reordering'),
);
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
No I dont think so
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
You can see the arrows at the top, buit I cant drag them
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
No description
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
And i restarted localhost
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
Still nothing
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
1s
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
do I?
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
wait
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
No description
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
I also checked v4, and its the same (the only difference is that at the header of the table I see that arrows that go ^v), but the rows didnt have any handles to drag
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
Yep
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
If you need more info, pls let me know
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
Actuallly, here is the whole resource
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
In my User Model
protected $fillable = [
'name',
'email',
'password',
'avatar_url',
'role_id',
'has_advanced_time_input',
'favorites',
];
protected $fillable = [
'name',
'email',
'password',
'avatar_url',
'role_id',
'has_advanced_time_input',
'favorites',
];
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
No description
34 replies
FFilament
Created by Matthew on 12/2/2024 in #❓┊help
Issue with reordable table
Still working on it
34 replies