Hi
I am using handsontable-ruleJS with Handsontable Pro 1.2.0
Formula functions works fine, But I got the below error in autofilling.
Uncaught TypeError: Cannot read property '0' of undefined
handsontable.formula.js 1:159
I can avoid this error by using handsontable v0.14 or deleting addHook calls of beforeAutofillInsidePopulate in handsontable.formula.js
But latest version and the formula autofilling feature are very important in our application.
I wanna fix handsontable.formula.js. the data[r] returns undefined value in the below steps.
I doubt the addHook interface changes on Handsontable v0.15
If you would give me some advice, it would be a tremendous help.
Thanks,
Hiroshi