FilamentF
Filament12mo ago
garrr.

Table Delete Action Issue

I have a problem with the action in table. The problem is I just follow the default delete action like this
->actions([
    Tables\Actions\EditAction::make(),
    Tables\Actions\DeleteAction::make(),
])


But the problem is it seems like the modal of DeleteAction is trigger twice so I can't click on the confirmation modal. But the modal confirmation is work fine if In the edit page. This issue only show in my table. Have any solution?
Screenshot_2025-01-16_232215.png
Solution
I try to make all from start and all solved. but I don't know why that issue is happen
Was this page helpful?