webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

TAB AND TAB+SHIFT #140

Open ramonYcajal opened 7 years ago

ramonYcajal commented 7 years ago

Tab key works perfectly but shift+tab to go back, doesn´t works. always go forward.

ramonYcajal commented 7 years ago

solved , if you have more keys for navigate over the cells of the table, you have to edit the editablegrid_editors.js adding sift+tab, arrows or enter... But I still have a problem, if the cell is not editable, I can't set the focus in that cell, so if I put some html button, like erase row for example, isn`t possible navigate with tab key or arrows to this cell. I think this is ugly!!!