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:
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....
Jump to solution
3 Replies
EL REKT
EL REKT6mo ago
any suggestion guys ? any suggestion guys?
Solution
nowak
nowak6mo ago
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.
EL REKT
EL REKT5mo ago
thanks for answering, i solved by mutateDataBeforeFill on EditPage, because my problem is my dependent select empty when updating record