multi table relationship example with repeat
rodmar35 opened this issue · 0 comments
rodmar35 commented
Thanks for this great example. I'm looking for a other one :
table 1 : person
table 2 : book_personn (title, ..., person_id, ...)
listing/edit/add : person > ok with your example
In the person edit form, I would like to add unlimited book with relation.
Do you think it's possible ?
Thanks
Regards