ax5ui / ax5ui-grid

Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
http://ax5.io/ax5ui-grid/demo/index.html
MIT License
99 stars 36 forks source link

grouping 후 mergeCells 된 그리드.. #60

Open ZZINY opened 7 years ago

ZZINY commented 7 years ago

안녕하세요? grouping 적용, mergeCells 적용하면 merge 된 셀에 대해서 그룹핑의 colspan이 적용되는것 같습니다. merge cell 이 되었으면 그만큼이 그룹핑 colspan에서 제외시켜줘야 하는것 같은데요.

첨부1. grouping만 적용한 화면입니다. image

첨부2. grouping , mergeCells 적용한 한 화면입니다. image

body: { onClick: function () { this.self.select(this.dindex, {selectedClear: true}); }, grouping: { by: ["A", "B", "C", "D"], columns: [ { label: function () { return this.groupBy.labels.join(", ") + " SUM"; }, align: "left", colspan: 4 }, {key: "K", collector: "sum", formatter: "money", align: "right"} ] } ,mergeCells : ["A","B", "C", "D"] } 일부소스 입니다.

그리드 버전. ax5ui-grid#1.4.67 사용중입니다.

답변부탁드립니다.

thomasJang commented 7 years ago

mergeCells에 구룹핑 기능 테스트 해보겠습니다.

thomasJang commented 7 years ago

패치된 버전을 이용하여 테스트 해주세요. 감사합니다.