Unable to trigger Modal from button within table row in React
I have two files: Modal.js and Users.js. Users.js contains a table that has an API get query mapped to it, in the final column of the table is a a dropdown for each row that contains three buttons; View, Edit and Delete. I would like the Delete button to trigger the Modal containing a message… Read More Unable to trigger Modal from button within table row in React