I’m trying to add a 2 row header via nestedHeaders.
I would like the default headers for the first row (i.e., A, B, C, D, …) and blank for the second row. Is there a way to force handsontable instance to use the default header values? or a function to get a string given a minCols?
Something like
nestedHeaders: [someFunction(200), [ ]]