© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
JJSanders

Repeater addable

In the repeater there is an
addable
addable
function which you can use to decide if the user can add new items. It is possible to pass a closure. So I tried this:
            ->addable(fn (Get $get) => $get('../../sent'))
            ->addable(fn (Get $get) => $get('../../sent'))

However this returns null. When i log 'Get' I get a get object with in it the Repeater object. How can I actually obtain the value of the parent row?
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

Form repeater addable
FilamentFFilament / ❓┊help
2y ago
Repeater Inside Repeater
FilamentFFilament / ❓┊help
7mo ago
Repeater
FilamentFFilament / ❓┊help
14mo ago
Repeater
FilamentFFilament / ❓┊help
16mo ago