jrowen / rhandsontable

A htmlwidgets implementation of Handsontable.js
http://jrowen.github.io/rhandsontable/
Other
383 stars 148 forks source link

Feature request: enterMoves #362

Open Silentdevildoll opened 4 years ago

Silentdevildoll commented 4 years ago

Hi, apologies in advance if this is something that already exists or is something that can't be done.

In Excel, when you are tabbing through a table, then press enter, it will return you to your original column. I see that it exists with Handsontable as a class option: https://handsontable.com/docs/7.4.2/Options.html#enterMoves That being said, I'm not seeing a way to accomplish that in rhandsontable. I'm trying to do this in a Shiny environment. I've searched through the issues and just general google searches to no avail. It wouldn't surprise me if this is something that can already be accomplished through javascript, though I'm not familiar with those type of customization things. Maybe something with shinyjs: https://cran.r-project.org/web/packages/shinyjs/vignettes/shinyjs-extend.html

Thank you for your time. I love using rhandsontable, so thank you for the package!

asadow commented 10 months ago

Would love this also. In my case, I'd like the cursor to move to right one cell instead of diagonally up-right.