Using DT_RowId within mRender to create a link
Using DT_RowId within mRender to create a link
rhapsody
Posts: 2Questions: 0Answers: 0
I am trying to reference the DT_RowId to create links using mRender. All my rows are correctly getting their id from the server-side DT_RowId. How can I refer to the row Id? Here is the code that produces "undefined" in place of the variable.
[code]
"mRender": function ( data, type, full ) {
return '' + data + '';
}
[/code]
Thanks.
[code]
"mRender": function ( data, type, full ) {
return '' + data + '';
}
[/code]
Thanks.
This discussion has been closed.
Replies
Allan