Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glimberger/bstree
A jQuery plugin that transforms an unordered list into a beautiful dynamic tree using Boostrap style
https://github.com/glimberger/bstree
bootstrap4 jquery-plugin treeview
Last synced: 3 months ago
JSON representation
A jQuery plugin that transforms an unordered list into a beautiful dynamic tree using Boostrap style
- Host: GitHub
- URL: https://github.com/glimberger/bstree
- Owner: glimberger
- License: mit
- Created: 2016-04-30T17:40:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T20:44:48.000Z (about 6 years ago)
- Last Synced: 2024-09-27T16:20:58.293Z (3 months ago)
- Topics: bootstrap4, jquery-plugin, treeview
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bstree
Bootstrap 4 plugin providing dynamic trees built from html unordered lists
The jQuery plugin `bstree` enhances the display of a tree build of unordered lists with possibilities to open or close nodes, add icons and deal with data.
If a data provider is supplied, dynamically-added three-state checkboxes can update these data feed a control with it.
All generated html classes are modifiable. Chevron icons (from the [Font Awesome](http://fontawesome.io/) library) and label icons can be customized.
It's also possible to update node titles dynamically and trigger an action when data is updated.`bs-tree` currently supports Bootstrap 4.1.
See the [demo](https://glimberger.github.io/bstree)