introspect cell HTML from table cell.render()? (React)

is there an API to discover what HTML is wrapping the cell data that is passed in from the columns?

e.g., i have a column that passes a custom button to wrap the cell data passed to it, can i see what that HTML is from the cell / row apis that the table generates?
Was this page helpful?