tabulator icon indicating copy to clipboard operation
tabulator copied to clipboard

Row Selection not working properly with Vue

Open hirenreshamwala opened this issue 2 years ago • 2 comments

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:

  1. Click on header checkbox which will select all rows
  2. Now uncheck any row by click on row or checkbox
  3. 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 Screenshot

Desktop (please complete the following information):

  • OS: MacOs, Windows10
  • Browser chrome, safari, firefox

hirenreshamwala avatar May 08 '23 18:05 hirenreshamwala

See https://github.com/olifolkerd/tabulator/issues/4017#issuecomment-1339991150

When using reactive for the data, it works :)

Extarys avatar May 19 '23 12:05 Extarys

Tried to fix that in PR #4301 and left an explanation what the cause could be.

tim-vogt avatar Sep 21 '23 12:09 tim-vogt