Is there a way to set 'cornerHeader'?

Tags: #<Tag:0x00007f8b18f10630>

I have both colHeaders and rowHeaders.
I would also like to set something for cornerHeader.

I can think of a way to work around with fixedRowsTop: 1, fixedColumnsLeft: 1, and some styling.

I was wondering if there is a better and cleaner way to do so.

This element is not customizable according to our official API. You may however manipulate it a bit. Here’s an example with content being added to this element http://jsfiddle.net/t7w4b5ao/

1 Like