Oct 8, 2019
0
Level 3
Join table on User update view
Hello all -
I wish to ask how one would update a foreign keyed table via the related 'resource'. In this case User resource.
I have the following tables:
Users Table user_id name age
Options Table user_id (foreign) email mail tel
At the moment, I can show the 'Options' as a resource related to the User profile, but I don't want to have a seperate 'Create Option' resource. I want to be-able to edit the 'options' when I select 'Edit User'.
Hope this makes sense... Thank you all!
Please or to participate in this conversation.