sub table data in editor
sub table data in editor
I was inspired by the blog post : https://datatables.net/blog/2016-03-25
There you have a second table linked to the first one.
Example usage: I have a list of books, and these have a 1-to-n relation with barcodes.
I want to add/remove barcodes when I edit the book.
The question: Is it als possible to show this barcode data in the editor form, and add/delete modify info of the second table as part of the editor form of the book table? (like the uploadMany field type, but then as subtable)
And maybe a more important question: Is this the way to go with the editor? I am fairly new with this, but I could not find an example that I could match with the idea I had in mind how to present the editor to the users.
sorry if I am not clear enough, english is not my native language.
Kind regards,
Hendrikus