Customized action button "Apply"

I want to create a customized action button "Apply" in job listing table, and when I click it will direct to Filament applicaiton form to create a new application, same time pass the job listing id to the applicaiton form, how to do that without creating new route and Laravel view, thanks!
Solution:
You could pass the ID as a GET param and retrieve that get param in the mount() method of the CreatePage
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch4mo ago
You could pass the ID as a GET param and retrieve that get param in the mount() method of the CreatePage
limewater23
limewater23OP4mo ago
Thanks!
Want results from more Discord servers?
Add your server