frappe / datatable

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

Allow cell editing simply by typing text when cell is focused #76

Open Tropicalrambler opened 5 years ago

Tropicalrambler commented 5 years ago

Actual behavior User must press enter in a datatable to allow a cell to be editable

Desired behavior When a cell is selected, user simply starts typing to edit the cell. No need to press enter.