Hi There,
I’m using handsontable 13.1.0 in my angular project and facing some issue with scroll behavior within the table if table have fixed columns.
The scroll works if I’m updating settings of handsontable outside of batch method then the on fixed and non fixed column as well the vertical scroll works.
The scroll didn’t worked when I’m updating the same set of settings within batch method. On fixed column it will not scroll vertically but on non fixed column the table is scrollable.
I tried checking the CSS property for both batch and non batch method but there was no change in that I don’t know why it is behaving in different way if the same set of settings is applied within batch method.