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
pranaysoni
Posts: 23Questions: 2Answers: 0
Then Link is Created Wrong
"fnRowCallback": function (nRow, aData, iDisplayIndex) {
$('td:eq(' + labno + ')', nRow).html('' + aData[labno] + '');
}
"fnRowCallback": function (nRow, aData, iDisplayIndex) {
$('td:eq(' + labno + ')', nRow).html('' + aData[labno] + '');
}
This discussion has been closed.