F
Filament2mo 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(),
])
->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?
No description
Solution:
I try to make all from start and all solved. but I don't know why that issue is happen
Jump to solution
1 Reply
Solution
garrr.
garrr.2mo ago
I try to make all from start and all solved. but I don't know why that issue is happen

Did you find this page helpful?