I have a repeating group listing summary data from a data table. I’d like to include a “Details” button in each row to open a popup containing detailed information about each entry in the table. I’m struggling to “connect” the button with the table row.
I have a similar problem. I want to include a “Delete” button in each row. When a user clicks on it, a “confirmation popup” opens. I want to connect a confirmation button in the popup that deletes a thing of a certain row in the repeating group.