2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

[Tasks] Add new task, should go instantly into field edit mode #17

Open lavrton opened 9 years ago

lavrton commented 9 years ago

With mouse pointer in the title field. Pressing enter when in field should invoke save.

2bitcoder commented 9 years ago

hoping its possible to have a quick data edit mode the this http://handsontable.com/ using keys to navigate around cells. onblur will save contents (should it be on move out of row then save occurs)? each cell may be expensive back to the server.