Made a table containing some fetched data with a button to delete on the right end of the rows. Made every row clickable to get redirected to a render where you can edit the current entry. However making the rows clickable(adding the link to the ) covers the delete button as they are rendered on the rows as well.
Is there a way to avoid this, meaning still having the row clickable but the button rendered with each entry wont be affected?