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
on:select={selectAll}
defaultHeight
rowSelected={selectedRowCount === rowCount}
/>
{#if $stickyColumn}
<HeaderCell column={$stickyColumn} orderable={false} idx="sticky" />