DevExtreme1 DevExtreme) DxDataGrid Merge Function Explain mergeColums : 병합하고 싶은 colum의 index를 조건으로 줍니다. 1. 해당 예시에서는 “col1” 을 우선 병합하고, 2. col1 + col4가 동일한 "col4"를 병합, 3. col1 + col2 + col4 가 일치하는 "col2"가 있다면 병합합니다. 우선순위 : col1[0], col4[3], col2[1] @cell-prepared="(...args) => onCellPrepared(...args, mergeColums)" 기본적인 함수 형태는 @cell-prepared="onCellPrepared"입니다. 파라미터로 해당 cell의 정보를 받아옵니다. 병합조건에 추가 하고 싶지만 병합을 원하지 않는 cell이 있을 경우, 병합을 원하는 column에 allo.. 2023. 3. 27. 이전 1 다음