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”,