Skip to content

Commit

Permalink
datatable: fix selection column width without batchselection
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed Aug 12, 2024
1 parent e02eb80 commit a5a1d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTable/DataTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
</th>
{/if}
{#if selectable && !batchSelection}
<th scope="col"></th>
<th scope="col" class:bx--table-column-checkbox="{true}"></th>
{/if}
{#if batchSelection && !radio}
<th scope="col" class:bx--table-column-checkbox="{true}">
Expand Down

0 comments on commit a5a1d27

Please sign in to comment.