How to enable my custom UPDATE button to submit.

How to enable my custom UPDATE button to submit.

ingezoneingezone Posts: 17Questions: 7Answers: 0

Link to test case: http://live.datatables.net/bepufape/1/edit
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: I have a new button to confirm if I want to UPDATE, but I don't know how to submit.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    Answer ✓

    You can call submit() in your callback() function - see updated example here.

    Colin

  • ingezoneingezone Posts: 17Questions: 7Answers: 0

    Thank you very much, now it works 100% :)

Sign In or Register to comment.