I have an Ant table as follows
<TableAnt dataSource={users} columns={Usercolumns}
I want to be able to put a checkbox on each row and only allow single row selection.
I want to the user to be able to click a row and use that data when they click on a button
do i need to setState of variables ?
How can i do this ?