To Get the Index in a table
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm dynamically creating and elements for a table in JavaScript. I need to get the Index of a table cell when the user scrolls the table using Arrow keys? I'm getting the key events but how to get the Index and Value? How to focus on the particualr cell in a table when the user scrolls the table using arrow keys? Pls help Thanks Ram