mardi 23 juin 2020

How can i get the select all / deselect all in this table in react js for a table with checkbox as last row

Normal table with columns and code for the checkbox column as below: { title: 'Action', dataIndex: 'action', render: (text, record) => { return ( <Checkbox onClick={(event) => { let checked = event.target.checked; if(checked) this.onSetSelectedrecords(record)} }>    ) } }




Aucun commentaire:

Enregistrer un commentaire