This commit is contained in:
Eric Y Liu 2021-04-30 17:12:02 -07:00
commit cff16e5d7d
6 changed files with 41 additions and 13 deletions

View file

@ -410,7 +410,9 @@
parentRowId = null;
}}"
>
<TableCell colspan="{selectable ? headers.length + 2 : headers.length + 1}">
<TableCell
colspan="{selectable ? headers.length + 2 : headers.length + 1}"
>
<div class:bx--child-row-inner-container="{true}">
<slot name="expanded-row" row="{row}" />
</div>