Relationship many to many
i have 3 table like this :
table a => id, name
table b =>id, table_a_id, name
table c => id, table_b_id, name
How do I create a relationship in table model C to get data related to tables B and A? anyone can help ?Solution:Jump to solution
Take a look at my thread here:
https://discord.com/channels/883083792112300104/1204710881527734342/1204816000994779177
I was in a similar situation. You just need to creat relation managers for Model B and Model A in Model C....
3 Replies
any suggestion guys ?
any suggestion guys?
Solution
Take a look at my thread here:
https://discord.com/channels/883083792112300104/1204710881527734342/1204816000994779177
I was in a similar situation. You just need to creat relation managers for Model B and Model A in Model C.
thanks for answering, i solved by mutateDataBeforeFill on EditPage, because my problem is my dependent select empty when updating record