vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

How to use tab key to move from cell to cell #433

Closed jackmitchelwidman closed 7 years ago

jackmitchelwidman commented 8 years ago

What is the best way to allow the user to tab from cell to cell?

ckosloski commented 8 years ago

Just set the tabindex of each cell to the same number.

Here is an example

ckosloski commented 7 years ago

@eugef question is answered, please close.