Moving Filament Repeater addAction to Actions Toolbar
Hey everyone! I’m using Repeater component and I need to move addAction button out of the repeater body and into the actions toolbar on the right. By default it renders inline, but I’d like it to live alongside the other action buttons (like Delete/Clone) on the right-hand side.

2 Replies
Only way to do this would be to override the view, which isn’t recommended but can be done if you’re willing to manually keep up with any changes across releases.
You can achieve this using
->extraItemActions()
on your repeater to insert a new item after the currently clicked one. Here’s an example: