Autofilling in new handsontable versions

Tags: #<Tag:0x00007f8b1d1a05e0>

Continuing the discussion from Autofilling in handsontable-ruleJS:

change the value of r and c variable to 0 before assignment into value=data[r][c]. it will work fine like
var r=index.row,
c = index.col

  TO

var r = 0,
c = 0,
in Handsontable.formula.js

Hi @amrendrsingh7
Can you share the demo where this mentioned options/variables are impelmented?
Currently we are refactoring formulas and any feedback is highly appreciated.

Issue closed in lack of demo.