I am creating simple HTML table and want to navigate all cells using arrow keys in React. Simply I want to add accessibility feature using keyword in table. I saw many article but unable to achieve this navigation feature.
Asked
Active
Viewed 92 times
0
-
What have you tried? There's articles and SO posts about basic table navigation with arrow keys. And about key press logic handling in React. What specifically are you struggling with? – Jayce444 Nov 13 '22 at 09:53
-
I was seeing this link which was in jquery https://stackoverflow.com/questions/22817451/use-arrow-keys-to-navigate-an-html-table . I was trying to create navigation in react but unable to create. – Rahul Kumar Nov 13 '22 at 10:00