Angular Wrapper HandsOnTable PRO - afterRowMove - incorrect value in arguement

Tags: #<Tag:0x00007efc64705438>

When doing Row Move, 'afterRowMove" is receiving wrong arguments:

afterRowMove(event:any)
as per documentation, event[0] has row indexes moved, event[1] has Visual Index of target row: But it is behaving weirdly as below:

1: Moved Row ‘1’ to Row ‘6’: event[1] – > 6 (Visual Index)
2. Moved Row ‘5’ to Row ‘2’: event[1] --> 1 (Actual row index, not Visual Index)

Can this be confirmed as an issue??

Versions Used::

“angular-handsontable”: “^1.0.0-beta3”,
“handsontable-pro”: “^1.14.2”,

Hi @sumathi.vellaisamy

Our developer just created a pull request to fix the afterRowMove parameter https://github.com/handsontable/handsontable/pull/4733
Please track changes to this PR for updates