Kenneth
"Create & Create another" doesn't work on custom action
I debugged it this far and concluded it only closes my modal when a custom action is used. All non-custom action creates work and leaves the modal open.
My code:
I've tried a hard createAnother function call within
->action()
itself and between ->form()
and ->action()
, but nothing seems to work. I'm out of ideas and I'm in an infinte loop with Phind and ChatGPT.
I'm using Filament v32 replies
Split table actions
I would like to split some of my table actions to the front and leave the rest at the end of the table.
I asked ChatGPT (for once) if it is possible and he came with a solution that seems to be removed in v3 (
Filament\Tables\Actions\Position
has moved to Filament\Tables\Enums\ActionsPosition
)
Perhaps it is not possible what I am trying to do, but thought I'd ask for help before giving up 🫡
My apologies if it is a real simple fix and I should've read better6 replies