How to use parameter ROW in mRender function
How to use parameter ROW in mRender function
Hello,
I need to use a row parameter for access to second cell for this row. I try this, but it doesn´t works:
[code]
"mRender": function (val, type, row) {
var sReturn = "" + row[1] + "";
return sReturn;
}
[/code]
How to use this parameter?
Thank you!
I need to use a row parameter for access to second cell for this row. I try this, but it doesn´t works:
[code]
"mRender": function (val, type, row) {
var sReturn = "" + row[1] + "";
return sReturn;
}
[/code]
How to use this parameter?
Thank you!
This discussion has been closed.
Replies