This is a part of my code where I apply class name into table cells.
However it applies also into tfoot and thead ths. How I can make it apply only into tbody th?
"aoColumnDefs" : [{ "sClass" : "email", "aTargets" : [0] }]
However it applies also into tfoot and thead ths. How I can make it apply only into tbody th?