Editor Many-to-Many join in one row
Editor Many-to-Many join in one row
Hey i want to build something like below
The name/color come from the base table, the layers is a many to many join on the layers table.
So i want to be able to create a row in the table per row in the base table, and then i want to be able to create rows in the link table based on the selected checkboxes.
Any idea how to do this?
This question has an accepted answers - jump to answer
Answers
Isn't that like in this example?!:
https://editor.datatables.net/examples/advanced/joinArray.html
The only difference being the editor field "layers" is inline editable while "permissions" in the example is a field in the Editor pop up and is not inline editable.
Here are some examples for inline editing:
https://editor.datatables.net/examples/inline-editing/index.html
indeedd this seems to be the way forward.
is there also a way to always show the inline editor? so people do not have to first click the field and then start editing?
See if the KeyTable extension does what you want. You can find some Editor examples here.
Kevin