Tutorial: Merged cells

Merged cells

To enable the merge cells feature, set the mergeCells option to be true or an array. To initialize Handsontable with predefined merged cells, provide merged cells details in form of an array: mergeCells: [{row: 1, col: 1, rowspan: 2, colspan: 2}]

Help us improve this page