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

SHIFT+TAB moves focus to previous cell #170

Open simivar opened 7 years ago

simivar commented 7 years ago

Adds support for SHIFT+TAB combo to move to previous cell.

Fixes #140