RE: Nested editor plugin
RE: Nested editor plugin
edavsaa
Posts: 3Questions: 1Answers: 0
Hi Allan,
May I please also have the code you are referring to in this thread?
https://datatables.net/forums/discussion/20001/nested-editor-plugin
Thank you,
David
This discussion has been closed.
Answers
I'm not sure I have that code any more - it was back in 2014. There is a display controller for jQuery UI included in the Editor package (
editor.jqueryui.js
) which you could possibly try using.Unfortunately Editor is not really designed for editing nested data at the moment. You can use multiple instances - but the same instance cannot be used to edit two different things at the same time.
Allan
Thank you for the reply.
You are suggesting trying to use jqueryui instead of bootstrap for the modals? The "popup in a popup" should work with jqueryui?
Thanks,
David
Fundamentally Bootstrap's modal only allows a single modal to be shown at a time. That's noted in the Bootstrap documentation. jQuery UI's modal implementation how ever does allow multiple modals to be used.
Allan