Hello I want to customise nested headers,
I’ve try similar methods I’ve seen in the documentation (colHeader function or specify custom renderer) but it seems nestedRow only accept string or array with label and colspan.
http://jsfiddle.net/zw03fykk/6/
Is it possible customise the render of the last header row ?
Best Regards
Ronan
Hi @ronan.treillet
You need to always specify the colspan when it takes more than one column. Here’s an example of custom nestedHeaders Handsontable example - JSFiddle - Code Playground
Where in the 2nd row you have two divs directly added via a label, in the 3rd row (the map) is a variable that holds an image address and in the last row (bubble) is generated via a function.
Nice !
Thank You for the quick answer 
You’re welcome @ronan.treillet.
Have a great weekend 