mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
v0.33.0
This commit is contained in:
parent
f3cddbad9f
commit
cff16e5d7d
6 changed files with 41 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue