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!
2 Replies
slamx_
slamx_3w ago
Same issue here. Any solutions?
gladjanus43
gladjanus43OP3w ago
Not yet for me 😦

Did you find this page helpful?