Fix the colspan when a DataTable is Expandable and Selectable

This commit is contained in:
Matthew Bentley 2021-04-30 15:10:01 -07:00
commit fb2b68cfd5

View file

@ -410,7 +410,7 @@
parentRowId = null;
}}"
>
<TableCell colspan="{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>