-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# 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. | ||
# 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. | ||
|
||
For all usage and examples see https://mitya.uk/projects/data-tree |