The issue is happening because `selectedRow` stores the currently selected row and not the row that is expanded. To select the current expanded row, use {{currentRow.id}} instead of {{<parent table>.selectedRow.id}}. This will ensure that any expanded rows will show the results of your API request specific to each expanded row!
1 Like