bootstrap-treeview icon indicating copy to clipboard operation
bootstrap-treeview copied to clipboard

Added bootstrap labels

Open MaximeWack opened this issue 8 years ago • 0 comments

Added a way to display bootstrap labels.

Add labels: [{text: "Label text", class: "Label class from {default, primary, success, info, warning, danger}, …]" to a node to add labels with the desired label-class next to nodes.
Set option showLabels: true to enable them, default is false.

MaximeWack avatar Jul 11 '16 15:07 MaximeWack