ajax.reload keep inline edit
ajax.reload keep inline edit
        table.ajax.reload(null, false);
            console.log('ajax.reload');
    }, 10*1000 );
My table every 10 seconds reload.
If I'm editing while reload,Edit box disappears.
Please see GIF.
Thank you for your help.

This question has an accepted answers - jump to answer
This discussion has been closed.
            
Answers
You'll need to cancel the Ajax reload if editing mode is active. You could do something like:
Allan
Very great, allan, you are like God.
Although I didn't know how to achieve it,But it worked.