엉터리 개발 이야기/개인프로젝트

[datatables] column background color

억삼이 2018. 12. 5. 16:45
반응형
"rowCallback" : function( row, data ) {
if( parseInt(data.duplication_count) >= 2 ) {
$('td', row).css('background-color', 'Red');
}
},


반응형