Posted 30 August 2021, 11:28 am EST
Hello,
I would like to ask, if library provides utility for jumping between cells, similarly as is implemented in google sheets using command cmd/ctrl+(up/down/right/left). Natively SpreadJS provides jumping from 0. to last (column/row) index cell.
I expect following behavior:
- If you are in an empty cell, it should jump you to the next non-empty cell in that direction.
- If you are in a non-empty cell, it will jump you to the last consecutive empty cell.
I have implemented my custom functionality using commandManager().register, but if this would exist natively, I could save some line of codes ![]()
Thank you!