© 2026 Hedgehog Software, LLC

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

Conditional visibility of Repeater extraActions

Repeater::make('records')
   ->extraItemActions([
         Action::make('sendEmail')
              ->visible(fn ($record, $state) => dd($record, $state)
                    //condition here visible only in specific records in the repeater
                )
              ->icon('heroicon-m-envelope'),
     ])
Repeater::make('records')
   ->extraItemActions([
         Action::make('sendEmail')
              ->visible(fn ($record, $state) => dd($record, $state)
                    //condition here visible only in specific records in the repeater
                )
              ->icon('heroicon-m-envelope'),
     ])

how can i customize the visiblity of extraActions based on the value of the records in the repeater?
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

Conditional visibility of form fields
FilamentFFilament / ❓┊help
15mo ago
Conditional tab visibility triggers weird form glitch
FilamentFFilament / ❓┊help
15mo ago
Lazy Mode with Conditional Visibility & Custom AutoSave Behavior
FilamentFFilament / ❓┊help
8mo ago
Visibility of multiple fields
FilamentFFilament / ❓┊help
3y ago