Position row action before columns
Filament has in the docs a way to position all actions before columns but what if i only want to position certain action before columns?
https://filamentphp.com/docs/3.x/tables/actions#positioning-row-actions-before-the-checkbox-column
4 Replies
maybe using
->hidden()
->visible()
to hide/show the action?Not quite what i wanted, because im doing a renew contract action and i wanted it to be on the start of the row and then have the normal edit/delete actions on the end
i dont think there's a way to spit the row actions. you could create a custom column though that uses either a column action or a link in the view for the column.
Custom column I think
You could try something like this