I'm using Row details to display extra information for each item in my table.
I see from the source row I can use row.child()
to get a reference to the details panel (if it exists) for a given row.
Is there a way to go backwards? If I have a reference for the details can I get the parent?