© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
16 replies
Matthew

Launch one table action from the createAction

Hi,

Can anyone help point me in the right direction of launching a table action from the completion of a CreateAction.

Dependent on the outocome of the entry, and the specifics of the data entered, I would like it to write the row, and then launch straight into a table action for that row.

Thanks
Solution
maybe

Actions\CreateAction::make()
    ->after(function (YourModel $record) {
        $this->mountTableAction('edit', $record->id);
    })
Actions\CreateAction::make()
    ->after(function (YourModel $record) {
        $this->mountTableAction('edit', $record->id);
    })
Jump to solution
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

Testing createAction from table
FilamentFFilament / ❓┊help
9mo ago
Table headerAction -> CreateAction error
FilamentFFilament / ❓┊help
3y ago
Launch Export Action from Notification
FilamentFFilament / ❓┊help
2y ago
Livewire Table action redirect the table ?
FilamentFFilament / ❓┊help
14mo ago