Not able to display HTML inside every TD of DataTable
Not able to display HTML inside every TD of DataTable
isfanhabib
Posts: 1Questions: 0Answers: 0
I'm using CK-Editor to store the HTML formatting inside the database, while retrieving DataTable is not able to show the data.
i have already used below code and its working only if there is Anchor tag inside TD:
$.fn.dataTableExt.aTypes.push(
function (aData) {
return 'html';
}
);
With Regards,
Irfan
i have already used below code and its working only if there is Anchor tag inside TD:
$.fn.dataTableExt.aTypes.push(
function (aData) {
return 'html';
}
);
With Regards,
Irfan
This discussion has been closed.