Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Row added twice when dragging multiple rows between tables #4677

Open
kosirm opened this issue Feb 2, 2025 · 1 comment
Open

Row added twice when dragging multiple rows between tables #4677

kosirm opened this issue Feb 2, 2025 · 1 comment
Labels
Possible Bug A possible bug that needs investigation

Comments

@kosirm
Copy link

kosirm commented Feb 2, 2025

Describe the bug
When dragging multiple rows from one table to another, row which is used for dragging (where we start dragging) is added twice.

Tabulator Info

  • Latest

Working Example
https://jsfiddle.net/milankosir/6obcafr7/41/

To Reproduce
A step by step guide to recreate the issue:

  1. Select multiple rows in table1
  2. Grab handle from one of selected rows and drag selected rows the into table2
  3. Row which we used to drag is added twice

Expected behavior
Row should be added only once.

Desktop:

  • OS: Windows
  • Browser Chrome
  • Version Latest

Additional context
I posted question also on discord.

This is my first issue, I want to say BIG THANK YOU for this amazing library!!!

@kosirm kosirm added the Possible Bug A possible bug that needs investigation label Feb 2, 2025
@kosirm
Copy link
Author

kosirm commented Feb 4, 2025

Just found issue on stackoverflow which explains it all... it says "This functionality is on the development roadmap for after the 5.0 release". Ok, now it is 6.3.1, hopefully soon it will be available. Now I understand that Tabulator dragging rows between tables was intended just for one row. No big deal, I can do it programatically, but it would be nice to have 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant