You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recently introduced GUI framework comes with capabilities to navigate through the table with the keyboard.
A full navigation strategy need to be defined first. But it could include things like
Navigating through table cells and groups within Data column cells.
Initiate editing a group when the functionality is available.
Selecting groups for subsequent copy.
Quick navigation up and down with PageUp/PageDown/Home/End/etc keys.
Additional information
In all of this we need to make sure that the navigation agrees with fundamental Visual Studio Code patterns.
The text was updated successfully, but these errors were encountered:
Description
The recently introduced GUI framework comes with capabilities to navigate through the table with the keyboard.
A full navigation strategy need to be defined first. But it could include things like
groups
within Data column cells.Additional information
In all of this we need to make sure that the navigation agrees with fundamental Visual Studio Code patterns.
The text was updated successfully, but these errors were encountered: