Touch Information
| Target | Gesture | Action |
|---|---|---|
| Cell | Tap | Focus on the row. If selectionMode for rows is enabled, selects the row as well. |
| Press & Hold | Display context menu | |
| Column Header | Tap | Focus on the header. If selectionMode for columns is enabled, selects the column as well. |
| Press & Hold | Display context menu |
Keyboard Information
| Target | Key | Action |
|---|---|---|
| Cell | Tab | Move focus to next focusable element in row.
If focus is on the last focusable element in the row, move focus to first focusable element in next row. If focus is on the last focusable element in the last row, move focus to next focusable element on the page (outside table). |
| Shift+Tab | Move focus to previous focusable element in row.
If focus is on the first focusable element in the row, move focus to last focusable element in previous row. If focus is on the first focusable element in the first row, move focus to previous focusable element on the page (outside table). |
|
| DownArrow | Move focus to the next row. | |
| Shift+DownArrow | Select and move focus to the next row. | |
| UpArrow | Move focus to the previous row. If at the first row then move to the column header. | |
| Shift+UpArrow | Select and move focus to the previous row. | |
| LeftArrow | Do nothing. | |
| RightArrow | Do nothing. | |
| Home | Move focus to first row. | |
| End | Move focus to last row. | |
| Space | Select row. | |
| Column Header | Tab | Navigate to next focusable element on page (outside table). |
| Shift+Tab | Navigate to previous focusable element on page (outside table). | |
| DownArrow | Move focus to the first row. | |
| UpArrow | Do nothing. | |
| LeftArrow | Move focus to previous column header. | |
| Shift+LeftArrow | Select and move focus to previous column header. | |
| RightArrow | Move focus to next column header. | |
| Shift+RightArrow | Select and move focus to next column header. | |
| Home | Move focus to first column header. | |
| End | Move focus to last column header. | |
| Space | Select column. |