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

table.getEditedCells not working as expected #4590

Open
scry-UrjitDesai opened this issue Oct 1, 2024 · 0 comments
Open

table.getEditedCells not working as expected #4590

scry-UrjitDesai opened this issue Oct 1, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@scry-UrjitDesai
Copy link

Describe the bug
If you enable selectableRange and copy from a group of cells and paste into another group of cells, table.getEditCells() does not contain the cells where data was pasted into.

Tabulator Info
-5.6.0

Working Example
https://codepen.io/urjitdesai/pen/VwoezBV?editors=1111

To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:

  1. select a group of cells and press ctrl+C
  2. select another group of cells and press ctrl+V
  3. click on save button, open the console.log of your browser. It does not contain the pasted cells

Expected behavior
table.getEditedCells() should contain the cells where data was pasted into

@scry-UrjitDesai scry-UrjitDesai added the Possible Bug A possible bug that needs investigation label Oct 1, 2024
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