/
Wrap Policy
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:
Policy | Description |
vertically | Traversing forwards: when the end of a row is reached, proceed to the first cell in the next row. |
horizontally | Traversing forwards: when the end of a column is reached, proceed to the first cell in the next column. |
always | Wraps both horizontally and vertically. Default setting when this attribute is not explicitly set. |
never | Does not wrap. |