Select cell which has data (not empty rows or columns)

Tags: #<Tag:0x00007f8b1ae08038>

Hi,
I need to select the columns or rows which has data
I am trying to use Ctrl + Shift + End. this is selecting complete rows.

Example: In MS excel use Ctrl+shift+arrow key to select.

Hi @kunal

This shortcut is not on our list of keyboard navigation shortcuts https://handsontable.com/docs/8.3.0/tutorial-keyboard-navigation.html

You can try to add this shortcut via afterDocumentKeyDown hook. Docs https://handsontable.com/docs/8.3.0/Hooks.html#event:afterDocumentKeyDown

Hi
I am little bit confusion about hooks
can you give some example how to do

Hi Kunal,

Here http://jsfiddle.net/handsoncode/tf6jeswx/1/ is an example that shows how to use afterDocumentKeyDown and keep the previous key in a variable.