This repository was archived by the owner on Aug 16, 2020. It is now read-only.
-
Couldn't load subscription status.
- Fork 20
This repository was archived by the owner on Aug 16, 2020. It is now read-only.
TreeView #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.com/https://hacktoberfest.digitalocean.com/help wantedExtra attention is neededExtra attention is needed
Description
Create a tree-view component which displays a JSON or XML file. The data comes from the database backend, which is able to store huge instances. Thus we might limit each level to a predefined number of nodes.
Furthermore the children should be loaded on demand from the backend, when a node with children is expanded in the tree-view. To query the children from this node we need a possibility to add the unique node identifier to the serialized JSON form in the first place (how to add this kind of metadata which should not be displayed in the views is up for discussion).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.com/https://hacktoberfest.digitalocean.com/help wantedExtra attention is neededExtra attention is needed