Editing table with checkboxes - how to submit only changed field on click
Editing table with checkboxes - how to submit only changed field on click
Sergey Kurganov
Posts: 1Questions: 1Answers: 0
In example https://editor.datatables.net/examples/api/checkbox.htm when checkbox value is changed via click the client (Editor) submit whole raw (all fields) to the server via ajax. Is it possible to only submit changed field (Active column for given raw) ?
This discussion has been closed.
Answers
Yes, you can use the
submit
option of theform-options
object (set it usingformOptions.main
).Allan