can anyone help me how to write and inside this modal redirect to another page in <td onclick event?? using React.js
can anyone suggest me how to write in td onclick event which will open another link in that modal like
onclick = <Link to =/dashboard/${item.personId}>
Pkease suggest me how to write?
<tbody className="my-custome-scrollbar">
<tr>
<td>
</td>
</tr>
{leaderBoardData.map((item, key) => (
<tr key={key}>
<td className="align-middle" >
<div
width: 15,
height: 15,
borderRadius: 7.5,
margin: 'auto',
verticalAlign: 'middle',
}}
/>
</td>
</tr>
</tbody>
</Table>
</div>