How to fill a header action modal form?
i want to fill the fields based on a db query
ive seen how to fill a filament form, but idk how to do it being inside a table builder
2 Replies
You can use
->mountUsing()
action on the form.π thanks