© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
thedangler

infolist repeater action get element

inside an action how do I get the element that is in the infolist.
The info list is built like
$infolist->state(['templates' => $this->templates // which is a collection turned into an array.

inside the repeater I'm trying to add a button to assign something to the livewire component but when i do
Action::make('action')->action(function(what goes here){
dd($current_item);
})

I tried function(Array $item) I tried function(Template $template) its always null.

Thanks.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Infolist for Repeater
FilamentFFilament / ❓┊help
3y ago
Refresh infolist repeater containing a relationship on action
FilamentFFilament / ❓┊help
8mo ago
repeater action
FilamentFFilament / ❓┊help
4mo ago
Repeater action -> modal
FilamentFFilament / ❓┊help
2y ago