mindmup / editable-table

tiny jQuery/Bootstrap widget that makes a HTML table editable
MIT License
686 stars 324 forks source link

Navigation with TAB should now work #32

Open hydrogen2oxygen opened 8 years ago

hydrogen2oxygen commented 8 years ago

When the focused cell reached the end of the row, the active.next('td').length returns 0.

By this trigger you can select the next row and the first column with this call: active.closest('tr').next().find('td:first-child').focus().click();

DRSDavidSoft commented 7 years ago

+1