i am generated a table dynamically which looks like this:
Name Action
==== =======
Adam Delete
Joe Delete
Bill Delete
I want "Delete" to be a link that pops up a confirmation popup that says:
"Are you sure you want to delete "Adam"? (Yes, No)
NOTE that "adam" is contextual and needs to be retrieved from the row of the table where the user selected it.