Not able to display HTML inside every TD of DataTable

Not able to display HTML inside every TD of DataTable

isfanhabibisfanhabib Posts: 1Questions: 0Answers: 0
edited July 2013 in DataTables 1.9
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
This discussion has been closed.