Data Grid
Advanced table with sorting and selection.
Props
keyboardIcon
string | boolean
Whether to show the keyboard navigation indicator icon when navigating with arrow keys.
Defaults to
true.
keyboardIconPosition
left | right
Position of the keyboard navigation indicator icon.
Defaults to
left.
keyboardNav
layout | table
Navigation mode. "table" navigates like a table (up/down between rows), "layout" allows wrapping between rows with left/right arrows.
Defaults to
table.
Keyboard
First cell
Second cell
Third cell
Fourth cell
Do
Add data-grid attributes to rows and cells for keyboard navigation to work.