Our application ran into an issue where cells in a row are not aligned properly when the following conditions are in the data set:
- the first column is frozen using manualColumnFreeze set to true and fixedColumnsLeft set to 1
- some of the data in the rows have multiple lines, whereas the frozen column data is one line
- I tried using autoRowSize: true but this had no effect
I can replicate the problem with this JSFiddle Handsontable example - JSFiddle - Code Playground - the version is 1.14 but I found the problem to still exist in 7.0 as well.
I found this discussion on the forums earlier but it looks like support handled it somehow, but I don’t see a resolution anywhere: Handsontable is a JavaScript data grid that looks and feels like a spreadsheet - Available for React, Angular, and Vue
Any ideas or is this an open bug?
Mike