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