Jeditable - How to send multiple values in the request
Jeditable - How to send multiple values in the request
Hi I am new to Jeditable. Could you please some one help me how to send multiple values when update perticular cell. For Example If I updated 3rd row 5th column cell. Now I want to send the 3 row 1st column and 5th column value in the request to update the in the data base. Since column 1 contains the File Number. I am not able to send multiple values in the request. For now by Using Jeditable I am able to send only updated Cell value. Not able to send the corresponding File Number value. For updating any record we need atleast two values.
Note: ***I am retrieving the Datatable from Session values by Using . Not from the ServerSide.**
Note: ***I am retrieving the Datatable from Session values by Using . Not from the ServerSide.**
This discussion has been closed.
Replies
Allan
"fnRowCallback": function( nRow, aData, iDisplayIndex ) {
$(nRow).attr("id",aData[0]);
return nRow;}