Collapsible Tables #3753
linaffilomania
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run the code inside Collapsible It's inserted in the first cell instead of spread over the whole row, I would appreciate help and an example of how to do better
this my table body
{row.getVisibleCells().map((cell) => (
{showCellTooltip ? (
{
flexRender(
cell.column.columnDef.cell, cell.getContext())
}
) :
flexRender(cell.column.columnDef.cell, cell.getContext())}
))}
{contextExpand[index]}
Beta Was this translation helpful? Give feedback.
All reactions