고객사 요청사항 컬럼 색 표시 및 진하게..

This commit is contained in:
2026-02-05 09:50:05 +09:00
parent 3804ffca05
commit c72735cd6c

View File

@@ -228,9 +228,14 @@ var columns = [
{
headerHozAlign: 'center',
hozAlign: 'left',
// width: 150,
width: 220,
title: '고객사요청사항',
field: 'CUSTOMER_REQUEST'
field: 'CUSTOMER_REQUEST',
formatter: function(cell) {
cell.getElement().style.fontWeight = 'bold';
cell.getElement().style.backgroundColor = '#E8F5E9';
return cell.getValue() || '';
}
},
// 15. M-BOM