CheckboxColumn generating no-clickable checkboxes
When I use a CheckboxColumn to show a boolean attribute, nothing happens when i click on Checkbox.
When I use a ToggleColumn, the record is updated when i click.
Version: 4.1
8 Replies
Can you provide some code?
Any errors in DevTools?
nothing on DevTools
Does anything change if you don't use a
ColumnGroup?Nothing changes.
I’m using Advanced Tables, but i don’t know if it has anything to do with it
Would be worth disabling it to check.
Disabled, and checkboxes still without checking
Solution
Removing .prevent from x-on:click.stop.prevent seems to solve the problem