Showing two edit dialogs simultaneously
Showing two edit dialogs simultaneously
I am displaying two instances of datatables/editor on my page.
Wondering if anyone knows of a way to display edit dialogs from both tables at the same time (for comparing/copying data from one table to the other). E.g. a custom button that would trigger the edit dialog for both tables, displaying them side by side.
I noticed if i simply remove the backdrop element, the edit button will still not work on the other table.
Happy for any tips or help.
I guess this is not really case specific but here's a link to my project anyway: https://www.yogameditation.com/karto/
This question has an accepted answers - jump to answer
Answers
jjjj
Is this with Editor? I'm afraid that at the moment that isn't something that currently possible in Editor. The built in lightbox can only have a single panel shown at a time. The Bootstrap and Foundation modals also have the same limitation. Only the jQuery UI display modal has the option of showing multiple editing windows at the same time.
Allan