© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
3 replies
gladjanus43

Repeater with ActionGroup in extraItemActions

I am working on a repeater where I want my users to have a dropdown for multiple actions.
Whenever I add
Repeaer('consignments')
->extraItemActions([
  ActionGroup::make([])
]);
Repeaer('consignments')
->extraItemActions([
  ActionGroup::make([])
]);

It returns Method Filament\Tables\Actions\ActionGroup::getName does not exist.

Are ActionGroups not suported for the extra actions in the repeater? 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

`Builder` with `ActionGroup` inside `extraItemActions()`
FilamentFFilament / ❓┊help
4mo ago
nested repeater extraItemActions
FilamentFFilament / ❓┊help
17mo ago
extraItemActions method on Repeater
FilamentFFilament / ❓┊help
3y ago
Trigger a modal action from within Repeater extraItemActions
FilamentFFilament / ❓┊help
5mo ago