Hello bcworkz,
Thanks a lot for your extensive reply! I found the difference between the ‘delete’ button on the first row and the ‘delete’ buttons on the other rows. Now indeed the issue becomes more clear. It appears that the ‘delete’ button on the first row is not surrounded by the form elements. The delete button on all the other rows are surrounded by the form element. Thus the html output on row 1 is:
<button type=”submit” name=”delete-1234″>Delete</button>
whereas the html output on all the other rows is:
<form method=”post” style=”margin-top:10px;”>
<button type=”submit” name=”delete-1234″>Delete</button>
</form>
Do you (or someone else?) have an idea how that’s possible? Hope to hear from you soon!
Cheers,
Hans