Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break expanded range after pressing arrow keys #4478

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

Conversation

azmy60
Copy link
Contributor

@azmy60 azmy60 commented Apr 22, 2024

To reproduce:

  • Select all cells by pressing Ctrl+Shift+Arrow
  • Press Up Arrow without Ctrl+Shift

Expected: Only one cell should be selected and it appears in the view
Actual: It does nothing

@olifolkerd
Copy link
Owner

Hey @azmy60

Thanks for this suggestion, id be happy to include this, but as ive mentioned before the coding style for Tabulator does not allow for getter properties.

If you would move the rowHeaderWidth getter into a function i would be happy to include it.

Cheers

Oli :)

@olifolkerd olifolkerd added the PR Needs Work The PR is a good idea, but needs some updates before it can be merged label Apr 28, 2024
@azmy60
Copy link
Contributor Author

azmy60 commented Apr 29, 2024

@olifolkerd Thanks for the feedback! Just fixed the getter and merge conflict as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR Needs Work The PR is a good idea, but needs some updates before it can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants