Skip to content

Data Grid - Accessibility

The Date Grid has has complete WAI-ARIA accessibility support. Every cell is accessible using the keyboard.

Accessibility is one of the core value of Material-UI.

Keyboard navigation

Keys Description
Tab Navigate between selectable elements
Arrow Left Navigate between cell elements
Arrow Bottom Navigate between cell elements
Arrow Right Navigate between cell elements
Arrow Up Navigate between cell elements
Home Navigate to the first cell of the current row
End Navigate to the last cell of the current row
CMD/CTRL + Home Navigate to the first cell of the first row
CMD/CTRL + End Navigate to the last cell of the last row
Shift + Space Select the current row
Shift + Space + Arrow Up/Down Select the current row and the row above or below
Space Navigate to the next scrollable page
Page Up Navigate to the next scrollable page
Page Down Navigate to the previous scrollable page
CMD/CTRL + A Select all rows
CMD/CTRL + C Copy the currently selected row