You can try? In CSS, td only color changes. This will change the color of the string.
Something like that
$(document).ready(function() { $('#example').dataTable(); $('table.display tr.even').hover(function(){ $(this).css('background-color','#f00'); }); $('table.display tr.even').mouseout(function(){ $(this).css('background-color','#f9f9f9'); }); } );
If this is not necessary, delete its name sorting_1 in the first td. or can overwrite css.
punitha subramani v
source share