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

Tree Structure is not intended Properly for children #4511

Open
krishnasai057 opened this issue May 29, 2024 · 0 comments
Open

Tree Structure is not intended Properly for children #4511

krishnasai057 opened this issue May 29, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@krishnasai057
Copy link

krishnasai057 commented May 29, 2024

Describe the bug

  • When Expanding tree data, indentation of children is distorted. Unable to understand which entry is children of which parent sometimes

Tabulator Info

  • 6.2.1

Working Example

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

  1. Go to https://jsfiddle.net/pxqrjd2b/
  2. A collapsed Tree would be shown
  3. Expand the First Level -143018
  4. Expand the Second Level -143018- you will see 3 children in Level 3
    image
  5. In Level 3 -Now Expand 143020 and you see the child of it is being displayed on the same level where it should be intended to right (see Parent Id's for reference)
    image

6 Similarly In Level 3 -Expand the second parent 143022 and the same behavior is repeated (see Parent Id's for reference)
image

  1. Similarly In Level 3 - Expand the third Parent 143031 which has 2 children and they are not aligned in same level (see Parent Id's for reference)

image
8. And similar behavior is being shown on expanding more children. Due to this user is getting confused to understand who the parent of a item

Expected behavior
For Every child, single indentation should be there and all the children should be on the same indentation

Desktop (please complete the following information):

  • OS: Windows
  • Browser :Chorome- Version -124.0.6367.210
    - Edge Version -125.0.2535.51

Please do let me know if anything is missed in the configuration or more information is required

@krishnasai057 krishnasai057 added the Possible Bug A possible bug that needs investigation label May 29, 2024
@krishnasai057 krishnasai057 reopened this Jul 11, 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