-
-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Labels
Description
https://www.w3.org/TR/wai-aria-practices-1.1/#treegrid
Note: this requires a different paradigm than the current ext-table/ext-gridnav implementation.
- Keyboard Interaction: Navigation Mode (Read-Only)
Navigation Mode (Read-Only) is the default mode, and allows quick and intuitive navigation around the grid. - Actionable Mode (Interactive) allows the interaction with other objects that might be found in the grid cells such as edit fields, links, etc.
f2, enter, esc are used to switch between modes.
See also handling of plain trees: #656