ngx-treeview-bambam
An Angular treeview component with checkbox
Dependencies
Features
- Unlimited tree level
- State: disabled / collapse, expand
- Filtering
- Internationalization (i18n) support
- Template
- Checkbox with tri-state
Installation
After install the above dependencies, install ngx-treeview-bambam
via:
npm install ngx-treeview-bambam --save
Once installed you need to import our main module in your application module:
; @
Usage
Treeview:
Treeview with dropdown:
config
is optional. This is the default configuration:
hasAllCheckBox: true hasFilter: false hasCollapseExpand: false decoupleChildFromParent: false maxHeight: 500