we have a inline editor in that inline editor need to save data while typing like onchange

we have a inline editor in that inline editor need to save data while typing like onchange

raman7raman7 Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    That's not possible, I'm afraid, it only updates to the server when the field is blurred (could be moving out, or pressing a submit button). These examples show the capabilities of the inline editing.

    Colin

Sign In or Register to comment.