Tab key click is not moving next row

Tags: #<Tag:0x00007f136020a0d8> #<Tag:0x00007f1360209ea8>

Hi Team,

I have migrated the project from Angular v14 to 17. I have handsontable in my web page. When I click tab key that selection control is moving to next cell but when it reached last cell of the row, it is not moving to next row of the cell. Control getting out of the table.

Please give me a solution. Advance thanks!!!.

Hi @saravanan.m

This is a matter of configuration. We have option autoWrapRow that controls this behavior. You have to set it to true to be able to navigate with the tab key row after row. Here’s an example: https://jsfiddle.net/handsoncode/tLegyfo6/

Hi @adrian.szymanski,

Yes, it is working. Issue resolved. thanks you very much!!!.

Hi @saravanan.m

I’m glad I could help. I will close this topic now, if you have any other questions, feel free to open a new one.