tabulator
tabulator copied to clipboard
Row Selection not working properly with Vue
Describe the bug Row selection checkbox not working properly with VueJs.
Tabulator Info
- 5.4.4
Working Example Working Link
To Reproduce A step by step guide to recreate the issue in your JS Fiddle or Codepen:
- Click on header checkbox which will select all rows
- Now uncheck any row by click on row or checkbox
- If you do checkbox, it will uncheck but row selection will still there
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
![]()
Desktop (please complete the following information):
- OS: MacOs, Windows10
- Browser chrome, safari, firefox
See https://github.com/olifolkerd/tabulator/issues/4017#issuecomment-1339991150
When using reactive for the data, it works :)
Tried to fix that in PR #4301 and left an explanation what the cause could be.