First of all, there is an well-known bug with handsontable
(which is a great piece of code anyway), mentioned by e.g. user tezhm, on official github issues list for handsontable:
When selecting a cell on the last row of a table and drag-selecting below the row into an area outside of the table, the scroll viewport is triggered causing a malfunction of the view. This can be recreated using the demo tables.
Because of it, I decided to either turn off scrollbars completely or disable adding new rows/cols.
But how to disable adding new rows/cols in handsontable
?
Alternatively, how to disable scrolling in handsontable
?