Child datatable embedded in the edit mode of the parent one
Child datatable embedded in the edit mode of the parent one
carrarachristophe
Posts: 106Questions: 25Answers: 2
in Editor
Hello,
I was able to implement the parent / child editor as described here.
But I don't find any example or case, with a child datatable embedded in the edit mode of a parent one.
For example:
* a datatable listing all invoices
* and when you edit one, you can see the general data of it, but as well a datatable listing the articles inside.
Did anybody work on something similar?
This question has accepted answers - jump to:
Answers
Do you mean something like this?
Allan
Yes, I think it will do. This is something new, right?
Kind of. Editor 2.0 introduced the
datatable
field type. I've added examples showing a number of different ways to do child row editing since then.Allan