Good first of all, I'm doing the Datatable example of showing additional data in a row. In the field of the image instead of using an external image I want to use the one that the jquery icons bring, so when I build my json object I put
<a src="" class="ui-icon ui-icon-circle-plus" />
and perfect but if I put it as a parameter of className it shows all the images of ui-icon.
{
"data": null,
"className": "ui-icon ui-icon-circle-plus",
"orderable": false,
"defaultContent": ''
}
What will I be doing wrong?