$(document).ready(function() {
  $("table.dataTable tr:nth-child(odd)").addClass("odd");
});