Wrap Policy

You can specify how to wrap when using the keyboard to navigate table, tree, and tree table cells by setting the navigationWrapPolicy parameter.

To set this parameter, the component's selectionMode parameter must be set to singleCell.

You can set the navigationWrapPolicy parameter to any of the following policies:

PolicyDescription

vertically

Traversing forwards: when the end of a row is reached, proceed to the first cell in the next row.
Traversing backwards: when the beginning of a row is reached, proceed to the last cell of the previous row.


horizontally

Traversing forwards: when the end of a column is reached, proceed to the first cell in the next column.
Traversing backwards: when the beginning of a column is reached, proceed to the last cell of the previous column.

alwaysWraps both horizontally and vertically. Default setting when this attribute is not explicitly set.
neverDoes not wrap.