I need help with a table that’s populated from a data source. I have two main requirements:
-
Single Row Selection:
I want to ensure that only one row can be selected at a time. For example, if the first row is selected and I then select the third row, the selection (radio button) in the first row should automatically be deselected. -
Retrieve "Remit Number":
When a row is selected, I need the value from the "Remit Number" column of that row to populate a single-line text field labeled "Selected Remit Number".
I believe this can be handled with JavaScript, but I’m open to other solutions if there’s a better approach.
Thanks in advance!