© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•4mo ago•
11 replies
Shoubasi

repeater action

im trying to user and Action::make() inside a repeater but it doesnt do anything for example:
 Repeater::make()
                                                    ->schema([
                                                        Action::make()
                                                            ->action(fn(Get $get) => dd($get))
                                                    ]),
 Repeater::make()
                                                    ->schema([
                                                        Action::make()
                                                            ->action(fn(Get $get) => dd($get))
                                                    ]),
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

Repeater action -> modal
FilamentFFilament / ❓┊help
2y ago
Action on Repeater
FilamentFFilament / ❓┊help
3y ago
Delete Action Table Repeater.
FilamentFFilament / ❓┊help
16mo ago
Repeater inline delete action
FilamentFFilament / ❓┊help
2y ago