react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

[Accessibility] Make columns resizable via keyboard

Open kycutler opened this issue 2 years ago • 1 comments

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

kycutler avatar Aug 23 '23 16:08 kycutler

Hi team, Any update on this issue?

msftedad avatar Feb 08 '24 07:02 msftedad