update both join table
update both join table
decca
Posts: 7Questions: 2Answers: 0
Hi,
The php server side join table work fine for reading data. But once we want to update only the left table can be updated not the right one how to update both.
Same question when we add new row it will be created only on the left table of the join.
Thanks
This discussion has been closed.
Answers
The key thing is to include the primary key column for the joined table. It should be a regular field in the Editor server-side code, and on the client-side it should be a
hidden
input type.Allan