1
0
forked from test/crm

fix: select all row checkbox not working

This commit is contained in:
Shariq Ansari 2023-08-01 16:57:17 +05:30
parent 04778522c3
commit 356d405d05

View File

@ -43,7 +43,7 @@
<Checkbox
class="[&>input]:duration-300 [&>input]:cursor-pointer"
:modelValue="allRowsSelected"
@click="toggleAllRows"
@click.stop="toggleAllRows"
/>
<div
v-for="column in columns"