hyperlink gone after edit

hyperlink gone after edit

newrednewred Posts: 12Questions: 7Answers: 0

Hi,

i use this to display hyperlink for one of the column data.

{ data: "Position",
"fnCreatedCell": function (nTd, sData, oData, iRow, iCol) {
$(nTd).html("<a href='http://www.google.com'>"+oData.Position+"</a>");
}
}

i also implemented Editor for the table. after edit completed, the edited data don't have the hyperlink anymore. kindly advise. attached the screenshot

Answers

This discussion has been closed.