react-data-grid
react-data-grid copied to clipboard
Choice between focus or only selected when someone calls gridRef.current.selectCell(position, false)
Use case
When i render the grid the first time, i need to select a custom position as already selected. However when i call gridRef.current.selectCell, the cell get the focus, but i do not need that, the cell steal a previous focus
Proposed solution
The method gridRef.current.selectCell has another parameter, focused: true/false.