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

rowCopyPaste doesn't work with collapsed nodes #7611

Closed
chuckn0rris opened this issue Oct 4, 2023 · 0 comments
Closed

rowCopyPaste doesn't work with collapsed nodes #7611

chuckn0rris opened this issue Oct 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

Forum post

hi! i have enabled showCheckAll and includeChildren on selectionMode for checkAll checkbox to work.
im having an issue when selecting a row with children and copying it.

    selectionMode: {
      row: true,
      checkbox: true,
      checkboxOnly: true,
      showCheckAll: true,
      includeChildren: true,
    },
     features: {
      rowCopyPaste: true,
      }
    

if parent row is not expanded and i click 'copy' on contentMenu
Screenshot 2023-10-02 at 13.02.30.png

i get the following error.Screenshot 2023-10-02 at 13.03.37.png

if the row is expanded and i follow the same steps, everything works just fine.
i dont understand what im i doing wrong.

If i disable includeChildren, then i dont have the problem anymore but the checkAll checkbox doesnt behave as it should obviously.

thanks!!
Screenshot 2023-10-02 at 13.02.30.png
Screenshot 2023-10-02 at 13.03.37.png

@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum labels Oct 4, 2023
@isglass isglass added the high-priority Urgent to have fixed label Oct 6, 2023
@JockeLindberg JockeLindberg self-assigned this Oct 6, 2023
@JockeLindberg JockeLindberg added in progress resolved Fixed but not yet released (available in the nightly builds) and removed in progress labels Oct 6, 2023
@JockeLindberg JockeLindberg added this to the 5.5.5 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants