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 need to select the previous row or the next row using 'selectSingleRow' action when using the keyboard navigation. But in order to be able to select the row, I need to know the rowKeyValue of the previous or the next row. How can I do that? the 'moveFocusedUp' does not change the 'kaPropsUtils.getSelectedData(tableProps)'.
Basically, the effect I want to get is for the row highlight to change when up or down key is pressed on the keyboard.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to select the previous row or the next row using 'selectSingleRow' action when using the keyboard navigation. But in order to be able to select the row, I need to know the rowKeyValue of the previous or the next row. How can I do that? the 'moveFocusedUp' does not change the 'kaPropsUtils.getSelectedData(tableProps)'.
Basically, the effect I want to get is for the row highlight to change when up or down key is pressed on the keyboard.
Beta Was this translation helpful? Give feedback.
All reactions