What is the reason behind getting an error ‘instance.getSelectedRangeLast is not a function’.
It is throwing an error in handsontable.js in the function,
function eachSelectedCheckboxCell(callback) {
instance.getSelectedRangeLast();
}
In the table on any edited row, when I use “SPACE” key to edit any value in a cell I get this error.