0.3.22 • Published 7 years ago

upend-treeview v0.3.22

Weekly downloads
35
License
MIT
Repository
github
Last release
7 years ago

upend-treeview

This is developed from the excellent work of leovo2708 It allows load ondemand from a backend data source with single select and single open branch It is configured using the config object. Please see https://github.com/CRanaboldo/ngx-treeview for useage

Data should be { "text": "", "value": "", "checkable": bool, "collapsed": bool, "disabled": bool, "hasChildren": bool, "children": [] } treeview-item has been altered accordingly

TreeviewConfig { hasAllCheckBox: bool; hasFilter: bool; hasCollapseExpand: bool; loadAll: bool; //used by server to load all tree branches(true) or load on expand (false) singleSelect: bool; // only one node can be selected at once singleExpand: bool; // only one branch open at each point maxHeight: num; treeToLoad: ""; //key used by data service to select root of tree from database url: ""; //url of data source }

Installation

To install this library, run:

$ npm install upend-treeview --save

License

MIT © Charles Ranaboldo

0.3.22

7 years ago

0.3.17

8 years ago

0.3.16

8 years ago

0.3.14

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago