mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
datatable: fix selection column width without batchselection
This commit is contained in:
parent
e02eb80e53
commit
a5a1d27393
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
||||||
</th>
|
</th>
|
||||||
{/if}
|
{/if}
|
||||||
{#if selectable && !batchSelection}
|
{#if selectable && !batchSelection}
|
||||||
<th scope="col"></th>
|
<th scope="col" class:bx--table-column-checkbox="{true}"></th>
|
||||||
{/if}
|
{/if}
|
||||||
{#if batchSelection && !radio}
|
{#if batchSelection && !radio}
|
||||||
<th scope="col" class:bx--table-column-checkbox="{true}">
|
<th scope="col" class:bx--table-column-checkbox="{true}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue