iddan / react-spreadsheet

Simple, customizable yet performant spreadsheet for React
https://iddan.github.io/react-spreadsheet
MIT License
1.34k stars 157 forks source link

Pressing tab at end of row should wrap around to first cell on next row #393

Closed jarommadsen closed 5 months ago

jarommadsen commented 6 months ago

Somewhat similar to this issue: https://github.com/iddan/react-spreadsheet/issues/301

We have power users using our app that are very used to Excel interactions. One of the interactions is being able to key in large amounts of data by entering in an entire row and then pressing tab/enter to go to the next row to keep keying in information without having to press home or the arrow keys.

jarommadsen commented 5 months ago

This can be closed once a new version is cut!