I create a Link in in column5 and this link is create in fnRowCallback i use Drag & drop Column

I create a Link in in column5 and this link is create in fnRowCallback i use Drag & drop Column

pranaysonipranaysoni Posts: 23Questions: 2Answers: 0
edited March 2012 in Feature requests
Then Link is Created Wrong

"fnRowCallback": function (nRow, aData, iDisplayIndex) {
$('td:eq(' + labno + ')', nRow).html('' + aData[labno] + '');
}
This discussion has been closed.