How to use jQuery ui icons in the dataTables records in a specified column server-side
How to use jQuery ui icons in the dataTables records in a specified column server-side
Hi to all,
I would like to ask how to fix my issue on to have jQuery ui icons work on my dataTables plug-in.
I have my server-side table with one column containing a div class: 'ui-state-default ui-corner-all' and span class: 'ui-icon ui-icon-trash'.
Using aoColumnDefs my code looks like this:
[code]
{"fnRender": function (oObj)
{
return "";
},
"bUseRendered": false,
"aTargets": [3] }
[/code]
I have the trash icon shown but the hovering effect does not work.
Is there any other way to have this done or is this really how it is?
I just need your inputs here.
Thank you very much.
I would like to ask how to fix my issue on to have jQuery ui icons work on my dataTables plug-in.
I have my server-side table with one column containing a div class: 'ui-state-default ui-corner-all' and span class: 'ui-icon ui-icon-trash'.
Using aoColumnDefs my code looks like this:
[code]
{"fnRender": function (oObj)
{
return "";
},
"bUseRendered": false,
"aTargets": [3] }
[/code]
I have the trash icon shown but the hovering effect does not work.
Is there any other way to have this done or is this really how it is?
I just need your inputs here.
Thank you very much.
This discussion has been closed.