How to enable my custom UPDATE button to submit.
How to enable my custom UPDATE button to submit.
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
You can call
submit()
in yourcallback()
function - see updated example here.Colin
Thank you very much, now it works 100%