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