Skip to content

PioneerCode/pioneer-tree

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pioneer Tree

Pioneer Tree is an Angular tree component the aims to stay out of your way. Giving you the freedom and tools necessary to produce dynamic tree components in markup that is defined by you.

Pioneer Tree

Demo

Head over to the Demo to see it in action.

Features

  • Intuitive markup defined by you.
  • Collapsible nodes
  • Selected node tracking
  • Opt-in public state tracking
  • Drag & Drop
  • Sort tracking
  • Events
    • Node Dropped
  • Filtering
  • Configurable
    • Sort property binding
    • Child property binding
    • Default collapse & expand state
  • Public API
    • Expand or Collapse all
    • Collapse all, expand and set node as active.

For pending and new features, please head over to the issues page.

Docs

Documentation can be found at the wiki.

Changelog

CHANGELOG

Contributing

Are you interested in contributing features or squashing bugs? Please take a look at the following to get started.

CONTRIBUTING