Actions in infolist
Hello,
how can I add an action/button in an view page that contains infolist?
I can do suffixactions but I need some button/actions at the end of the view page.
7 Replies
Any suggestion here?
Plesae see the docs:
https://filamentphp.com/docs/3.x/infolists/actions
For the actions. Otherwise for page actions:
https://filamentphp.com/docs/3.x/panels/pages#adding-actions-to-pages
I have seen the documents but it is described only header actions or prefix and suffix. I need actions below the infolist. Is there any out of the box way to do this?
What are you wanting the action to do.
I have an infolist presenting a server details so I need some buttons/actions to reboot for example the server, but I don't want to put it in header.
So just place a standard action there which pulls in the livewire parent_id. ?