mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(data-table): apply custom widths to empty columns (#1314)
Fixes #1313
This commit is contained in:
parent
9137238be0
commit
31dacd53ab
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@
|
|||
{/if}
|
||||
{#each headers as header, i (header.key)}
|
||||
{#if header.empty}
|
||||
<th scope="col"></th>
|
||||
<th scope="col" style="{formatHeaderWidth(header)}"></th>
|
||||
{:else}
|
||||
<TableHeader
|
||||
id="{header.key}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue