oliviergu
oliviergu
FFilament
Created by oliviergu on 4/3/2024 in #❓┊help
RelationManager table action not working
In a RelationManager, the following action works as a header action, but not as a row action. Clicking on it triggers a quick spinner and nothing happens. There isn't any messages in the console. Any idea of what would be the cause or how to debug this? Thanks!
Tables\Actions\Action::make('foo')
->action(fn() => dd('foo')),
Tables\Actions\Action::make('foo')
->action(fn() => dd('foo')),
3 replies