/
4.2-added_onClick_handler
4.2-added_onClick_handler
Testing how we want the app to function with an onClick()
1 file modified
<tr onClick={() => alert(`${saleItem.salePrice}` + ' => ' + `${saleItem.totalPrice}` + ' => ' + `${saleItem.vatToPay}`)}>
Testing how we want the app to function with an onClick()
1 file modified
<tr onClick={() => alert(`${saleItem.salePrice}` + ' => ' + `${saleItem.totalPrice}` + ' => ' + `${saleItem.vatToPay}`)}>