One to Many Join with 2 multiple select
One to Many Join with 2 multiple select
Hello,
We would like to develop a "one to many join" screen like this one : https://editor.datatables.net/examples/advanced/joinArray.html
but we have a lot of items to display.
Is it possible to manage one to many join whith two multiple select and two buttons like this ? : http://jsfiddle.net/39cwpzd2/
The result would be : https://dl.dropboxusercontent.com/u/53325783/oneToManyJoin.png
Should we use two select multiple fields whith a custom field type plug-ins (for the 2 buttons add and remove) ?
This question has an accepted answers - jump to answer
Answers
Hi,
Good question! I'm afraid there isn't a built in way to do this, but it would be possible to create a custom field type plug-in that would do exactly that.
Indeed, you could take it a step further if you wanted and allow drag and drop between the columns.
Regards,
Allan