Editor for two dependant tables
Editor for two dependant tables
Hi,
I want to create a form for a "master" table (where fields can be edited - and which is easy and already done) AND a "slave" table that has a reference to the master-table and further fields.
Example: "Order" and "order_position".
Form for order should have a button on each line.
Clicking on this button opens the table for "order_position" (ideally just underneath the "order" line)
and showing all positions for the selected order - which then can be edited.
Is this possible with Editor - and do you have an example how to do that?
Thanks a lot,
Pascal
This question has an accepted answers - jump to answer
Answers
Hi @rheinertp ,
This blog post may help, I think it's demonstrating what you're after,
Cheers,
Colin
Thanks a lot, thats exactly what I searched for!