Background:
- I have Fixed Height Handsontable that can fit Header + 3 Rows and scrolls thereafter.
- One of the column is of type checkbox.
- minSpareRows is 1
Issue:
When the above table has more than 3 rows and a user checks the checkbox, as expected, a new spare row gets inserted but HOT doesn’t automatically scrolls to bring that row into viewport and every time user has to manually scroll to see newly added row.
Fiddle to demonstrate the issue - http://jsfiddle.net/7w5jz6bp/1/
Note: I have checked that it works when column type is text and user enters data into cell - HOT scrolls to bring new row into viewport.