https://github.com/mitya33/data-tree
Data Tree is a rich, JavaScript-based tree plugin for displaying recursive data. It can be seeded initially with static data, or load data gradually as the tree is navigated, and has a host of useful features.
https://github.com/mitya33/data-tree
css data data-visualisation data-visualization html javascript tree
Last synced: 5 months ago
JSON representation
Data Tree is a rich, JavaScript-based tree plugin for displaying recursive data. It can be seeded initially with static data, or load data gradually as the tree is navigated, and has a host of useful features.
- Host: GitHub
- URL: https://github.com/mitya33/data-tree
- Owner: mitya33
- License: mit
- Created: 2019-12-30T11:31:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T13:14:38.000Z (over 1 year ago)
- Last Synced: 2025-04-10T17:54:33.064Z (10 months ago)
- Topics: css, data, data-visualisation, data-visualization, html, javascript, tree
- Language: JavaScript
- Homepage: https://mitya.uk/projects/data-tree
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Tree
[Full documentation here](https://mitya.uk/projects/data-tree)
DataTree is a highly customisable, JavaScript- and jQuery-powered tree visualisation tool. Data can be in XML or JSON format, either fed directly (as a string) or fetched from a web service.
DataTree supports lazy-loading (via what it calls 'sub-tree requests') for cases where you wish to load data from a web service as the user traverses deeper.
All manner of callbacks are supported, and deep-linking and cross-page-transition state retention is also possible, among other features.