vertical tabbing on a column in a table

lets say I have a table with 5 columns and 5 rows. the default pega tabbing behaviour is when I tab out from row1 column1, the focus will move to row 1 column 2.

My requirement is when user tabs out from row1 column1, the focus should be on row 2 column 1. How to achieve this in pega?

@SIVAjiTheBoss In Pega, the default tabbing behavior in a table layout is from left to right, and then top to bottom. This means that when you tab out from a cell, the focus will move to the next cell in the same row. If you want to change this behavior so that the focus moves from top to bottom and then left to right, you would need to customize the tabbing order. However, Pega does not provide an out-of-the-box feature to customize the tabbing order in a table layout. You may need to implement a custom solution, possibly involving JavaScript, to achieve this.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Navigation patterns in repeating dynamic layouts > Tab navigation

Accessible table navigation > Standard keyboard navigation

tabbing sequence