Relation Manager customizing AssosciateAction to use multiples and updating a field based on another
I have a relation manager called EquipmentsRelationManager under UserResource. I added the
Tables\Actions\AssociateAction::make()
at the headerActions, however I want it to be multiple instead of having to manually press the "Associate & Associate another" as instead I want to use like in the Filament Demo wherein the categories can easily add multiple categories
Filament Demo:
Currently here is what I hope is working but it doesnt
I also want to know how if the table equipment field foreign id for user_id, that if it nots null, one of the field is be updated too, if you have any idea please share.0 Replies