Quantcast
Viewing all articles
Browse latest Browse all 82127

Get row index in mRender

It is possible get row index in mRender? Something like this:
 {
"mData": "someData",
"mRender" :  function ( data, type, full ) {
     // get rowIndex somehow
     return '<a href="'+data+'">Download '+ rowIndex +'</a>';
   }
}

Thank you.

Viewing all articles
Browse latest Browse all 82127

Trending Articles