While click on the button in the specific row of a table it returns the last selected row but I wanted to return the current row data when button is clicked on that row.
When I click any of the button in the row other than selected row it returns the data of the selected row but i need to return the data of current row on which the button is clicked.