Datatables Editor Get Changed Rows
Datatables Editor Get Changed Rows
RahmiInevi
Posts: 19Questions: 5Answers: 0
Hello,
I'm filling the Grid with Array (json Array)
I'm not sending changes to the server.
How I can receive changed Rows on Datatables Editor?
This discussion has been closed.
Answers
Hi @orka@orka.com.tr ,
I don't quite follow, but you can use
row().data()
to get the row's data. If that doesn't help, please could you give more information, please.Cheers,
Colin
Hello Colin,
Thanks for answer. but Your answer didn't help,
I'm changing to Rows on ClientSide and not sending to server side.
I need only changed rows with Editor plugin.
I need only changed rows to be sent to the server side with manually ajax
var $degisen = [];
My solution..
Is there a better method you can suggest?