react-data-grid
react-data-grid copied to clipboard
[Accessibility] Make columns resizable via keyboard
Use case
Non-mouse users should be able to resize columns using the keyboard.
Proposed solution
- 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)
- Expose a column resize method via the API to allow consumers to enable such functionality
Hi team, Any update on this issue?