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

Feature request: keyboard navigation

Open mkontula opened this issue 7 years ago • 2 comments

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.

mkontula avatar Mar 21 '17 12:03 mkontula

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?

mkontula avatar Mar 23 '17 19:03 mkontula

I think

plugins: {
    KEYBOARD_NAVIGATION: {
        enabled: true
    }
};

is probably the way to go. Let me know if you run into any issues!

bencripps avatar Mar 24 '17 13:03 bencripps