F
Filament2mo ago
Veur

`Builder` with `ActionGroup` inside `extraItemActions()`

Is there a way to use an ActionGroup inside the extraItemActions of a Builder Form Component? I get this error: Method Filament\Actions\ActionGroup::getName does not exist. Code:
Builder::make('blocks')
->extraItemActions([
ActionGroup::make([
Action::make('view'),
Action::make('edit'),
Action::make('delete'),
])
])
Builder::make('blocks')
->extraItemActions([
ActionGroup::make([
Action::make('view'),
Action::make('edit'),
Action::make('delete'),
])
])
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?