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 http://jsfiddle.net/ubtn8dx5/10/ - 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: [GH #4767] Row header alignment issue when broswer zoom in
Any ideas or is this an open bug?
Mike