Editor popup form disappears when I click outside it. How to prevent.

Editor popup form disappears when I click outside it. How to prevent.

ltooleltoole Posts: 1Questions: 1Answers: 0

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'
        }
    }
});

Answers

  • rf1234rf1234 Posts: 2,806Questions: 85Answers: 406

    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.

This discussion has been closed.