I have tried this code and it doesn't stop popup from disappearing:
$.extend( true, $.fn.dataTable.Editor.defaults, { formOptions: { main: { onBackground: 'none' }, bubble: { onBackground: 'none' } } });
Looks precisely like what I am using myself - and it works fine! Are you sure this code is being executed BEFORE editor and data table initialization? Because then it should work for you as well.
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Looks precisely like what I am using myself - and it works fine!
Are you sure this code is being executed BEFORE editor and data table initialization? Because then it should work for you as well.