Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
oliviergu
Posts
Comments
F
Filament
•
Created by oliviergu on 4/3/2024 in
#❓┊help
RelationManager table action not working
After many more tests, I noticed they worked on another similar object (with the same relation). My best guess is that the row actions don't work if there're multiple
id
in the query's results.
3 replies
F
Filament
•
Created by oliviergu on 4/3/2024 in
#❓┊help
RelationManager table action not working
It works when setting a URL, if that helps pinpoint the problem
Tables\Actions\Action::make('foo')
->url('http://example.com', shouldOpenInNewTab: true)
Tables\Actions\Action::make('foo')
->url('http://example.com', shouldOpenInNewTab: true)
3 replies