Fix select all checkbox state being wrong

This commit is contained in:
Andrew Kingston 2023-04-24 13:45:14 +01:00
parent 9594aae29d
commit 357894d556
1 changed files with 1 additions and 0 deletions

View File

@ -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" />