Skip to content

Commit a5a1d27

Browse files
committed
datatable: fix selection column width without batchselection
1 parent e02eb80 commit a5a1d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataTable/DataTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
</th>
308308
{/if}
309309
{#if selectable && !batchSelection}
310-
<th scope="col"></th>
310+
<th scope="col" class:bx--table-column-checkbox="{true}"></th>
311311
{/if}
312312
{#if batchSelection && !radio}
313313
<th scope="col" class:bx--table-column-checkbox="{true}">

0 commit comments

Comments
 (0)