react-spreadsheet
react-spreadsheet copied to clipboard
Add an `onHover` function to the Spreadsheet component
Would be really helpful if there was an onHover callback function that was scoped down to the cell:
onHover?: (cell: CellComponent<CellType>) => void;
May open a contributing PR to add this functionality if I get the time