jochen-z
12/7/2017 - 3:31 PM

Background Color für IR Columns

 $('#IR1 tbody tr td').each(function(){
  header = $(this).attr('headers');
  if (header == 'CNT' || header == 'AWCNT' || header == 'BWCNT') { 
  $(this).css({"background-color":"lightgrey"}); 
  }
 });