Diskusie » Žiadosť o vytvorenie
Allow arrow keys to navigate HTML table
I have created a jsfiddle that is based on the time sheet HTML table: https://jsfiddle.net/bsacheri/owr963jd/15/
A complication seems to be that the table has two inner tables created for each cell. I don't understand how to make navigation work in this situation.
Example image attached
Can not see the picture
Allow arrow keys to navigate HTML table
My company is using a legacy time sheet system known as "ETS" that was developed by Oracle in 2006. The data entry is in a large HTML table and it's rather annoying that I can't use arrow keys to move between the cells.
I'm wondering if it is possible to create a script that will enable up/down arrow keys, and maybe left/right arrow keys when the cursor is in the weekday cells of this table.