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
I have been using onGridSelectionChange, gridSelection, and setGridSelection to let the user navigate through DataGrid body cells using tab, shift tab and arrows. However, there is no API for selecting header cells. Specifically, I want the user to be able to navigate to the header cells using tab, shift tab and arrows, and to click enter to switch the sort direction. Would be awesome if there was this addition!
The text was updated successfully, but these errors were encountered:
I have been using
onGridSelectionChange
,gridSelection
, andsetGridSelection
to let the user navigate through DataGrid body cells using tab, shift tab and arrows. However, there is no API for selecting header cells. Specifically, I want the user to be able to navigate to the header cells using tab, shift tab and arrows, and to click enter to switch the sort direction. Would be awesome if there was this addition!The text was updated successfully, but these errors were encountered: