I\'m using datatables. My code is working fine. Now I want to add a loader image (gif). I don\'t know how to add this. Here is my datatable script so far.
$(d
If you want to replace the 'Processing...' string with an image as you mentioned in the comment you need to take a look here
$('#example').dataTable( { oLanguage: { sProcessing: "" }, processing : true });