-
**Is your feature request related to a problem? Please describe.**
I'm a bit new to web development, so I don't fully understand the various build tools yet (e.g. webpack, parcel, the loaders that we…
-
im building a dynamic tree for this i call a method which builds the tree, but when i call the same function so it can build the new tree when a get to the part of $('#tree').bstreeview({data: json}…
-
Hi,
in your example you give us a `var` containing
```
var tree = [
{
text: "Node 1",
icon: "fa fa-folder",
nodes: [
{
text: "Sub Node 1",
icon: "fa fa-f…
-
Hi,
On my page, I have more than one button. When I click on each button, I need to load the data in the tree view. When I click on any button the very first time then it works fine but after that,…
-
I reset the tree and reload a new updated tree but no success :
$('#tree').html(''); //
$('#tree').bstreeview({
data: json, // **a New json**
expandIcon: 'fa fa-angle-down fa-fw',
…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to index.html page in the src folder
2. Click on Inbox
**Expe…
-
+ I think it would be nice to have **methods to programmatically expand/collapse a list-group**. You could of course do this by simply using Bootstraps `collapse()` method. But that would not change t…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
i find your bstreeview is good,but i w…
-
Currently, if a given tree node has no children (but the `nodes` array is defined as empty), the expand/collapse icons still render. I believe that if the length of the `nodes` array is zero, this sh…
-
I'm trying to get potree viewer to display one of the example html files in the potree npm library. I'm using npm version 8.19.2 and according to the package.json file, the potree version that I insta…