How to use toggle button as action button in repeater
I need to show toggle button (to update status) next to delete action in repeater.
2 Replies
You can add extra item actions to the repeater through the extraItemActions() (documentation ref: https://filamentphp.com/docs/3.x/forms/fields/repeater#adding-extra-item-actions-to-a-repeater)
However, the Toggle is a Form component, so if you could go into more detail about what you're trying to accomplish by having a Toggle in the Repeater header maybe you could get some help about finding a workaround
I am trying to achieve as shown in Image.
