Editing table with checkboxes - how to submit only changed field on click
Editing table with checkboxes - how to submit only changed field on click
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
submitoption of theform-optionsobject (set it usingformOptions.main).Allan