Cell editing and required server response

Cell editing and required server response

matejamateja Posts: 1Questions: 1Answers: 0

Hello everyone,

I have a datatable with server-side processing and possibility of editing certain cells.
Here is where problems start...

For editing of the cell I need the actual cell id, and not row id (provided with idSrc). Ok, I overcame this obstacle by having a custom ajax request. Data that I need comes to the server and I can process it. But now I'm having trouble with my response. Datatables seem to reqire a full row response. I do not have this data. I only have the cell that I'm editing together with some other values. So with a wrong response my datatable never actually updates the cell..

Any ideas on how to handle this?

This discussion has been closed.