고객사 요청사항 컬럼 색 표시 및 진하게..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user