Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Navigation with TAB should now work #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hydrogen2oxygen
Copy link

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();

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
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants