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 better3 Replies
Correct, that places ALL actions to the front of the table. However, I would like only one action, from the three existing ones, to be in the front.
not possible, i think
you can maybe look it on table builder layout on the docs, and there's maybe something there that would help you