Editor form appears behind jQueryUI dialog containing data table
Editor form appears behind jQueryUI dialog containing data table
paulhickman
Posts: 21Questions: 1Answers: 0
If you put a data table using the datatables editor in a jQuery UI dialog, when you click New/Edit, the default CSS z-indexes are such that it displays the form behind the dialog.
For a generic solution, it should check the ancestors of the data table when opening the form and use a higher z-index than any ancestor that has one.
For a generic solution, it should check the ancestors of the data table when opening the form and use a higher z-index than any ancestor that has one.
This discussion has been closed.
Replies
Allan