Fix select all checkbox state being wrong
This commit is contained in:
parent
9594aae29d
commit
357894d556
|
@ -51,6 +51,7 @@
|
|||
disableNumber
|
||||
on:select={selectAll}
|
||||
defaultHeight
|
||||
rowSelected={selectedRowCount === rowCount}
|
||||
/>
|
||||
{#if $stickyColumn}
|
||||
<HeaderCell column={$stickyColumn} orderable={false} idx="sticky" />
|
||||
|
|
Loading…
Reference in New Issue