Skip to content

feat: ActionGroup in HeaderAction#19431

Open
pintend wants to merge 1 commit intofilamentphp:4.xfrom
pintend:feat-actiongroup-in-headeractions-x4
Open

feat: ActionGroup in HeaderAction#19431
pintend wants to merge 1 commit intofilamentphp:4.xfrom
pintend:feat-actiongroup-in-headeractions-x4

Conversation

@pintend
Copy link

@pintend pintend commented Mar 5, 2026

Update php type from Action to Action | ActionGroup on the prepareAction method

This allows us to pass ActionGroup objects as Actions


UseCase:

Section::make()
    ->headerActions([
        ActionGroup::make([
            SomeAction::make(),
        ]),
    ])

@github-project-automation github-project-automation bot moved this to Todo in Roadmap Mar 5, 2026
@danharrin danharrin added enhancement New feature or request pending review labels Mar 6, 2026
@danharrin danharrin modified the milestone: v4 Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request pending review

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants