react-data-grid
react-data-grid copied to clipboard
Make selectCell use the passed shouldFocusCell parameter even if same position
Working on a project where we need to re-focus a cell after it has lost focus (due to a row being deleted from the grid). Calling selectCell with shouldFocusCell: true isn’t sufficient, because the cell is already selected but not focused.