Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Rahman Ramsi
Posts
Comments
F
Filament
•
Created by Rahman Ramsi on 1/15/2024 in
#❓┊help
How to create a dynamic table actions based on record ?
Also i want to create an actions based on record on table, not user
10 replies
F
Filament
•
Created by Rahman Ramsi on 1/15/2024 in
#❓┊help
How to create a dynamic table actions based on record ?
this is not a valid code,
actions
doesnt accept the closure, only array.
10 replies
F
Filament
•
Created by Rahman Ramsi on 1/15/2024 in
#❓┊help
How to create a dynamic table actions based on record ?
i want to show an actions based on the record
10 replies
F
Filament
•
Created by Rahman Ramsi on 1/15/2024 in
#❓┊help
How to create a dynamic table actions based on record ?
$table
->
actions
(
fn
($record) => $record
->
getFilamentActions
())
$table
->
actions
(
fn
($record) => $record
->
getFilamentActions
())
10 replies
F
Filament
•
Created by Rahman Ramsi on 1/15/2024 in
#❓┊help
How to create a dynamic table actions based on record ?
something like this
10 replies
F
Filament
•
Created by Tiago Moises on 12/10/2023 in
#❓┊help
filament not login inactive user?
you can use a middleware to check if the user is active, if not then logout the user
12 replies
F
Filament
•
Created by Rahman Ramsi on 9/6/2023 in
#❓┊help
Table using Orderable with Grouping is ordered weirdly
I also want to when the ordered item is moved to different group, it will change the group also, not just order, is there any method to override the behavior?
3 replies
F
Filament
•
Created by Rahman Ramsi on 8/3/2023 in
#❓┊help
Is there a way to align Tabs on infolist ?
in tabs there's option to disable contained view
6 replies
F
Filament
•
Created by Rahman Ramsi on 8/3/2023 in
#❓┊help
Is there a way to align Tabs on infolist ?
no, it effecting the contained one
6 replies