Hi there,
Trying to create my first nested headers, with settings not so different from the example in the tutorial:
[…]
colHeaders: true,
nestedHeaders: [
[{label: ‘A1’, colspan: 2}, {label: ‘C1’, colspan: 2}, {label: ‘E1’, colspan: 2}, {label: ‘G1’, colspan: 2}],
[‘A2’, ‘B2’, ‘C2’, ‘D2’, ‘E2’, ‘F2’, ‘G2’, ‘H2’]
],
[…]
In the first header row, I get an empty column after the ‘A1’ and ‘C1’ ones, i.e. A1 correctly spans over A2 and B2, but then an empty cell is placed over C2, C1 spans over D2 and E2 (instead of C2-D2) and so on…
I can’t figure out what’s wrong with these simple settings, any help will be much appreciated!
environment: handsontable-pro@1.18.1 with Vue, windows, tested on both Firefox (59.0.2) and Chrome (65.0.3325.181)