mdata and data both using together

mdata and data both using together

sinancaliskansinancaliskan Posts: 1Questions: 1Answers: 0

Hi may be there is an another way ,i need to use mdata and data together to post back to server after doing something on the table.
Let me explain more a bit
d is a list, comes from different server source json data including like this
[{"Stok Adı" : "Assus Taichi 31"}]
But when i post it server back i need well named "data" : "stok_isim" statically set by me.

"aaData": d,
,....
"aoColumns": [{ "bSortable": true, "data": "stok_adi", "mData": "Stok Adı", "title": "Stok Adı" }]

but i can not read this this kind of method to post another to server

tablo.rows().every(function () {
var d = this.data();
console.log(d.stok_adi);

Thanks in advance for your understanding and your helps.

Rgrds.
Sinan

This discussion has been closed.