patternfly-bootstrap-treeview
patternfly-bootstrap-treeview copied to clipboard
Tree View for Twitter Bootstrap -
select node in onRendered event callback failed. Error is not initialized. But if call after 200ms,suceeded. It seems the tree is not initialized,event the render event is sended. Relative code...
点击节点icon不能展开和收缩
when use lazyload to load child node, it's text color can't be showed as the property `node.color` set.
Hi, i'm trying to move from jonmiles/bootstrap-treeview to your fork but when i try to select node (by clicking it) i get error: > TypeError: node.state is undefined Line 1539...
Hey Community, I have a TreeView which is using lazyLoad to navigate through the layers. Even so I have set multiSelect to false, multiSelection is still possible. Can anybody explain...
preventUnselect:true 时 .treeview('unselectNode', [ node, { silent: true } ]); 无效
The enableLinks option has disappeared from version 2.1.0. So the example (using v1.2.0) with link enabled is now invalid. I was able to add it back to the code (around...
Issue #93 fixed bug when child has state expanded false and levels 5, then the grandsons nodes remains visible. You can see the bug with the code below: ```js var...
As I already write "There is not any option for selecting only one checkbox from childs" and it allows for multiple checkbox selection whether there should be an option for...