Questions tagged [bootstrap-treeview]

Builds tree widget with Bootstrap list-group theming

Bootstrap treeview Builds JSON powered Bootstrap Tree widgets. Look and feel uses Bootstraps built in list-group

Resources

38 questions
0
votes
2 answers

Bootstrap treeview performance issue

I am using this plugin for showing a tree. Does it have any functionality which will check all child nodes when parent node is checked? Currently I can't find any way to do this. To achieve this functionality I have written recursive function to…
0
votes
0 answers

Bootstrap-treeview not setting state with "checkNode" method

I'm trying to update the parents and children checked inputs using bootstrap-treeview, but when I use the method "checkNode", the state of the node doesn't change at all. var trucks = $('#trucks').treeview({ level: 3, showCheckbox: true, …
Aline Matos
  • 478
  • 1
  • 8
  • 18
0
votes
1 answer

Bind knockout view model to Bootstrap Tree View

I am trying to get Knockout and a Bootstrap-TreeView to work together. (The component: https://github.com/jonmiles/bootstrap-treeview) At the moment, I'm passing the JSON from an API call to the constructor of the View Model. This will change later…
Craig
  • 18,074
  • 38
  • 147
  • 248
0
votes
2 answers

Ajax callback function to populate hierarchy data in bootstrap treeview

I am using bootstrap treeview to populate hierarchy member data. https://github.com/jonmiles/bootstrap-treeview The sample of json data to populate the treeview: var json = '[' + '{' + '"text": "Parent 1",' + …
Ellen Tan
  • 53
  • 1
  • 1
  • 10
0
votes
1 answer

Bootstrap treeview node traversing

In bootstrap treeview component I am trying to get specific node values but unable to traverse correctly. any help is much appreciated. Here is my JSON, [{ "text": "100 - Environment", "selectable": false, "nodes": [{ "text":…
Ris
  • 1,152
  • 7
  • 29
  • 63
0
votes
1 answer

Is it possible to render value of $scope.something inside script?

I'm really new in Web development, So sorry if it's only a little misunderstanding and very miner things. I'm trying to use this bootstrap-treeview, and component will bind to this existing DOM element,
With the basic usage…
Shree Krishna
  • 8,474
  • 6
  • 40
  • 68
0
votes
2 answers

Laravel Model to Bootstrap treeview

Basically I am completely stumped with this problem. I have a model in Laravel defined like this class BlogCategory extends Model { protected $table = 'blog_categories'; protected $fillable = [ 'parent_id', 'title', 'slug']; …
raz0r
  • 74
  • 2
  • 10
0
votes
1 answer

Add animation to bootstrap-treeview plugin

I'm using this plugin bootstrap-treeview and its working great but one thing that its missing is animation when expand / collapse the parent nodes. Can anyone direct me on how I can add the animation for this nice plugin?
Amir Rossert
  • 1,003
  • 2
  • 13
  • 33
1 2
3