Keyboard Cycling

Tags: #<Tag:0x00007f8b2b73cea0>

Scenario:

  • When A1 (row:0, col:0) is selected
  • If the UP or LEFT cursor key is pressed
  • Selection is moved to the most bottom/right cell in the table.

Is there a property to turn this keyboard cycling behavior off?

Thanks.

Hey @phil

yes, you can block the behavior via beforeKeyDown hook. I have a demo for that requirement here https://jsfiddle.net/handsoncode/n8eft0m1/

1 Like

Brilliant - thanks @aleksandra_budnik…the beforeKeyDown hook will also get at some other questions I’ve been mulling over I think.

Chur! :cupcake:

Great. I’m always happy to help.

Feel free to post any questions :slight_smile:

That works a treat.

1 Like