Send hidden column data with Update and ADD row Request
Send hidden column data with Update and ADD row Request
Hi,
I have a column in data table which is made hidden by using "sClass" and is available in dom. But when I Update the data through inline editor or through Button, the hidden column data is not posting to server.
Is it possible to send hidden column data on POST?
This discussion has been closed.
Answers
Editor's inline editing, by default, will only send the changed values (typically only the value being edited). The
form-options
'ssubmit
option can be used to change this.Allan