How do I insert a new row in Handsontable via the keyboard?
Insert a new row in Handsontable via the keyboard?
Hi @kunal
We do not have a predefined shortcut to add a row. But, you can add one using afterDocumentKeyDown
hook.
Here http://jsfiddle.net/AMBudnik/pdwemb53/ I added two shortcuts
- CTRL (not CMD) + N adds one row above selected cell
- CTRL (not CMD) + B adds one row below selected cell