This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Description
Hi,
Can anyone help me how to initialize datatable with complex options like this.
oTable = $('#AttributesList-table').dataTable({
"aoColumnDefs": [
{
"aTargets": [ '_all' ],
"mRender": function ( data, type, full ) {
if(data!=null)
{
return '
'+data+'
';
}
else
{
return '';
}
}
}
]
});
Actually I want to wrap cell data with