Skip to content

Commit

Permalink
Initial population of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya33 authored Jun 18, 2020
1 parent 3d6a677 commit fcc54ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
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

0 comments on commit fcc54ed

Please sign in to comment.