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