I have a theme_table where one of the columns is a button that says "Delete". I do this by using a drupal_render_form on a button form function as one of the elements in each row. My question now is that when someone clicks one of the many buttons, how do I find the contents of the row that he clicked it on?