I must say that handsontable is an excellent tool to work with.
I am using the same for a very wide table.
At present i am facing two issues:
-
I want to auto-resize header width according to content. I have tried following style but its not working:
.handsontable col.rowHeader {
width: 180px;
}
Even i have tried following options but nothing is working out:
autoColumnSize: true,
colWidths: 100,
viewportColumnRenderingOffset: 150, -
When I scroll to last column the header is out of alignment as compared to its data cell. please see below: