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!
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?