Nested SubRows Error for Table-Expanded
I am developing a table with expandable sub-rows to display 'option' questions. When I click 'Expand' on a row, the index numbers of the sub-rows are displayed correctly, but the optional questions associated with each index are not being rendered.
Here is a replicated example of my problem using sample data. Upon clicking 'Expand', the indices are shown, but the corresponding questions do not appear.
https://codesandbox.io/p/sandbox/data-table-expand-nz5ndg?file=%2Fsrc%2Fcolumn.tsx%3A32%2C32
0 Replies