I am not sure but I think you wanted to put a datatable into a bootstrap modal as well, didn't you?
To prevent a bootstrap modal from closing if you click outside the modal you would also have to add this line of code. It has the same effect as the code above has on Editor modals.
Answers
This will keep the modal open even if you click outside the modal:
I am not sure but I think you wanted to put a datatable into a bootstrap modal as well, didn't you?
To prevent a bootstrap modal from closing if you click outside the modal you would also have to add this line of code. It has the same effect as the code above has on Editor modals.