Hello there,
I need a small tweak , when I click add new row above / below , cursor should point to newly created row.
Can this be done ? I m using as is js library.
Hello there,
I need a small tweak , when I click add new row above / below , cursor should point to newly created row.
Can this be done ? I m using as is js library.
Hey @chandan09121995
Handsontable is not able to change the cursor coordinates. You can, however, manipulate with scroll and selection.
Here https://stackoverflow.com/questions/4752501/move-the-mouse-pointer-to-a-specific-position you can read about moving the cursor (in general).