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

[Feature]: Can it support trees? #407

Open
2 tasks
qianmoQ opened this issue Mar 12, 2024 · 4 comments
Open
2 tasks

[Feature]: Can it support trees? #407

qianmoQ opened this issue Mar 12, 2024 · 4 comments

Comments

@qianmoQ
Copy link

qianmoQ commented Mar 12, 2024

Describe the feature

Recently, I was switching to the project https://github.com/devlive-community/datacap and found that tree was missing.

Additional information

  • I intend to submit a PR for this feature.
  • I have already implemented and/or tested this feature.
@zernonia
Copy link
Contributor

@qianmoQ can you elaborate more? What is the tree you are referring to? 😁

@qianmoQ
Copy link
Author

qianmoQ commented Mar 19, 2024

@qianmoQ can you elaborate more? What is the you are referring to? 😁tree

Sorry, I didn't describe it clearly. What I mean is whether it can provide tree components. We are replacing datacap ui. This project uses a large number of tree components to render database-related library table relationships. Currently, we have not found any information included in the document. The tree component is installed, and the screenshot of the component is roughly as follows

image

@robinsandstrom
Copy link

Not sure if you solved this but we added some tree logic we build ourself with breadth first searches & normalizing/building-trees. By combining this with the taginput for example we got a multiple value select for hierarchies

@qianmoQ
Copy link
Author

qianmoQ commented Apr 7, 2024

Not sure if you solved this but we added some tree logic we build ourself with breadth first searches & normalizing/building-trees. By combining this with the taginput for example we got a multiple value select for hierarchies

Currently I implement it by referencing other UI's tree components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants