fix: select all row checkbox not working
This commit is contained in:
parent
04778522c3
commit
356d405d05
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user