So I have two columns, Name and Add, I want to stop the keyboard navigation from going to the last column cell and last row cell (down arrow/right arrow click or cmd/ctrl + down/right arrow click). How can I achieve this?
I tried using beforeKeyDown and afterDocumentKeyDown but these two functions only return events and not coords.
Hi @abhay.gupta
Thank you for contacting us. I will check your issue and update you after the weekend.
Hi @abhay.gupta
I came up with this solution: Handsontable example - JSFiddle - Code Playground In this case it disables the navigation and editor for the whole column, but you can also use the cells
option: Options API reference - JavaScript Data Grid | Handsontable and set it as a cell properties for the chosen cells.
Got it, thanks!
You can close this ticket.
@abhay.gupta
I’m glad to hear that. Thank you for the update.