react-redux-grid
react-redux-grid copied to clipboard
Feature request: keyboard navigation
It would be cool, if the one (in tree mode as well) could navigate in the grid with keyboard arrow keys and then entering edit mode with space, enter, F2 etc.
I'd like to contribute with this myself. What would be the most likely entry point? Creating a new plugin or listening on keyboard events in outer container?
I think
plugins: {
KEYBOARD_NAVIGATION: {
enabled: true
}
};
is probably the way to go. Let me know if you run into any issues!