react-spreadsheet-grid
react-spreadsheet-grid copied to clipboard
Feature request: go to cell below on enter, next cell on tab
I was expecting it to go to cell below on pressing enter and go to cell to the right on pressing tab. This is how spreadsheets normally do it, no?
(One weird thing I noticed, which made me think it's already supposed to work like that in #35, is that it does work like that if you don't add any onChange listener to the Input. )
Hi @kasbah Thank you, it seems like a good idea to make it work as an ordinary spreadsheet. Now it's not supposed to work like this.
I will try to implement this behavior in one of the next releases. Let me know if you want to implement it yourself. Pull Requests are welcome!
Hi everyone! Do you think it will be solved anytime soon? This spreadsheet seems the best option for me to implement but these missing features...are really important. Any news? Thank you