I am tried to merge the header row. is there anyone, to help me how to merge header row.
nestedHeaders: [
[{label:‘選択’,rowspan:2},{label:‘倉庫’,rowspan:2},{label:‘出荷指示日’,rowspan:2},{label:‘作業状況’,rowspan:2},‘指示回数’,‘バッチ番号’,‘バッチ名称’,‘納品先数’,‘行数’,{label: ‘出庫指示数’, colspan: 3},{label: ‘出庫数’, colspan: 3}],
[’’, ‘’, ‘’, ‘’, ‘’, ‘’, ‘’, ‘’, ‘’,{label: ‘ケース数’,colspan: 1},{label: ‘バラ数’,colspan: 1},{label: ‘総バラ数’,colspan: 1},{label: ‘ケース数’,colspan: 1},{label: ‘バラ数’,colspan: 1},{label: ‘総バラ数’,colspan: 1}],
actually, need a two row convert into the one row. But in this code doesnot work. please, is there anyone give me a solution.