patternfly-bootstrap-treeview
patternfly-bootstrap-treeview copied to clipboard
Tree View for Twitter Bootstrap -
Hi, Added onNodeEnter onNodeLeave onNodeContextMenu handlers. With those this great tree control gives me all I need thanks.
This example does not work, because node being passed in event is deep copy (and is no longer a part of a tree). ```javascript tree.on('nodeSelected', function(event, node, options) { tree.addNode([{text:...
Make the library compatible with jQuery v3.
Not sure what I'm doing wrong. I'm trying to programmatically expand a node when the node is clicked (selected). The tree visually expands, but when I get a list of...
hierarchicalCheck and propagateCheckEvent work properly when you check some node manually, however it does not when you try to check the node through a method.
Hi, I just found an issue when trying to programmatically check nodes via the **checkNode** method. Apparently the method passes the checked status onto the node's children however it doesn't...
Hi. I have a function that allows for uploading in the tree, meaning that I need to add a new node when the file has been uploaded. I expected "addNode"...
I'm writing code to make the "tag" reflect the number of children that have been "checked". The last method call of my function is to update the node of the...
from version 2.1.0,the version number not change in css file and js file