Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Added arrow key nav option and some basic docs #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added arrow key nav option and some basic docs #25

wants to merge 3 commits into from

Conversation

imaustink
Copy link

You can use the new option to disable arrow key navigation on the table. It causes problems when trying to edit a long string and you try to arrow to the end.

-----------
| Name | Effect | Type | Default |
|------------------|-----------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| arrow_navigation | Disables arrow key navigation on table. | Boolean | ```false``` |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit confusing in this way:

  • arrow_navigation == false means that arrow navigation is enabled
  • arrow_navigation == true means that arrow navigation is disabled

Maybe naming it enable_arrow_navigation, making it default to true and inverting all the conditions is clearer

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True. Doesn't look like this will get merged anyways. This project seems dead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants