Rotation Required in Header/Cell Values

Tags: #<Tag:0x00007f8b19d3a508>

We need to rotate the Value in Header/cell Just as we do it in Excel
Ref screenshot Below :

We tried to do it existing handsontable using css property (vertical-lr) but using that we were only able to set it vertically that to only in left most corner
Ref screenshot Below :
Imgur

Please help regarding the same.

Hi @aayushdehariya

Here’s an example https://jsfiddle.net/xep7y86L/1/

I added a custom renderer that adds a <span> element with transform CSS property for the first row

51