frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 164 forks source link

TAB Key control to move to adjacent cell [FEATURE REQUEST] #70

Open Tropicalrambler opened 5 years ago

Tropicalrambler commented 5 years ago

Current Behavior: When in edit cell mode, TAB key does not do anything. User must press ENTER, and then tab moves to adjacent cell.

Desired Behavior User should be able to customize the column with a property named "tab_exits_cell" so that if true, when editing pressing the TAB key moves out of the cell. If false TAB pressing reverts to old behavior.