UI 특정 값일때는 checkbox 미노출 되도록 작업하였다. 아래 사진을 보면 전체선택시 클릭이 되지 않는 것을 볼 수 있다. code showDisabledCheckBoxes 이용 !! var prd02_columnDefs = [ { field: ' ', headerName:'', width:40, headerCheckboxSelection:true, checkboxSelection:true, showDisabledCheckboxes:true}, { field: 'status', headerName: '상품오더 상태', width: 100, suppressSizeToFit: true, cellClass: ['align_center'] }, { field: 'productId', headerName: ..