I have a table that is populated from a database. When I click on a button on that row, I need to know the row # it is on. Is there a way to return the row #?
The button is not a submit button, it calls a function that redirects to another page based on items in the row that were selected.