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

[Accessibility] Make columns resizable via keyboard #3320

Open
kycutler opened this issue Aug 23, 2023 · 1 comment · May be fixed by #3357
Open

[Accessibility] Make columns resizable via keyboard #3320

kycutler opened this issue Aug 23, 2023 · 1 comment · May be fixed by #3357

Comments

@kycutler
Copy link
Contributor

Use case

Non-mouse users should be able to resize columns using the keyboard.

Proposed solution

  1. Add a keyboard shortcut (such as Ctrl + Alt + Right / Left) that nudges the column size up / down
    • Alternatively make the resize handle focusable and enable a similar shortcut (but maybe a simpler one)
  2. Expose a column resize method via the API to allow consumers to enable such functionality
@godon019 godon019 linked a pull request Oct 7, 2023 that will close this issue
@msftedad
Copy link

msftedad commented Feb 8, 2024

Hi team, Any update on this issue?

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

Successfully merging a pull request may close this issue.

3 participants