TreeTable: Checkbox selectable does not work #6849
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using nodes selectable it does not have any effect on checkboxes. Is that by design or is it a bug? I can't seem to find documentation or examples anywhere where it would show how to disable checkbox selection on specific nodes.
Reproducer
https://stackblitz.com/edit/ravmvd?file=src%2FApp.vue
PrimeVue version
4.2.3
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
add selectable: false to node. It doesn't disable the checkbox.
Expected behavior
Should disable checkbox as there is no mention in documentation other way to do it.
The text was updated successfully, but these errors were encountered: