Actions
Bug #38382
closedTableIndexPage does not fully support expandable table rows
Description
To use Patternfly expandable table rows, each Tr must be enclosed in a Tbody. The `childrenOutsideTbody` prop of <Table> tried to address this, but there are a couple more changes needed (see PR.)
Actions