Prevent caching on modal popups from a table
I have table that for each row includes 3 actions that individually work fine, and the first one clicked will be correct. But if I subsequently click another in the row (2nd or 3rd), I get the contents of the modal with the first click. I am thinking this is a reference error or caching problem but can't see anything in the documentation that would help me resolve this. Refreshing the page and clicking the second item shows correctly, but now the first item will show the contents of the second (and vice-versa).
Can I force the action to always take a fresh instance, or can someone suggest ways I should debug this?
Code:
Can I force the action to always take a fresh instance, or can someone suggest ways I should debug this?
Code: