I tried solution suggested by ‘aleksandra_budnik’ for the issue Handsontable is a JavaScript data grid that looks and feels like a spreadsheet - Available for React, Angular, and Vue .
It works for normal rows, but for headers with large data and ‘white-space: normal’ property row mismatch is still there.
I was not able to show full header text because by default wrap property is set as no for handsontable. Please suggest solution by considering cases as to show full header text with fixed columns and different column widths.
When is a fix expected? This is killing us and we’ve been waiting for 6 months for a fix. Is it possible to pay for a fix so that your team can dedicate some developer time to it?
Hi @tmoore
I am really sorry that it takes so long.
I have asked one of our developers to investigate this case and check if there is any workaround and if there’s none how long it will take and how to fix this issue.
White-space property is set to normal for ‘th’ as used in previous fiddle(http://jsfiddle.net/5rbsn3k4/5/).
I observed that - height for ‘th’ is internally calculated, which is set for ‘1st th’ using inline css. If I have hidden column with large text - height is calculated depanding on that, which is not required. Because it unnecessarily increasing height of headers. To avoid all this issue I have added height:22px !important.
Please suggest solution to solve both the issues.
As you said, its fixed in 1.8.4 that means fix should be there in 1.10.2. I tried it with 1.10.2 issue is still present.
fiddle link - http://jsfiddle.net/5rbsn3k4/6/