bstreeview icon indicating copy to clipboard operation
bstreeview copied to clipboard

Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:

Results 22 bstreeview issues
Sort by recently updated
recently updated
newest added

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...

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', collapseIcon: 'fa fa-angle-right...

This PR fixes two things: 1. The Expand/Collapse Icon was always present, even if there were no child nodes. Now, this expand/collapse icon only shows when there are child nodes....

Just a quick note on bootstrap 5 usage. All that needs to be done is change data-toggle to data-bs-toggle in the js and this plugin works for bs5. Great plugin,...

This commit will add support to Bootstrap 5 (in addition to the existing support for Bootstrap 4). Attribute names 'data-toggle' and 'data-bs-toggle' as well as 'data-target' and 'data-bs-target' are supported...

This change adds support to Bootstrap 5 (in addition to the existing support for Bootstrap 4). The attribute names (1) 'data-toggle' and 'data-bs-toggle' as well as (2) 'data-target' and 'data-bs-target'...

**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,...

documentation

Hi ! Thanks for the portage of this library. Few fixes so Webpack can find properly the main files. I also re-compiled the JS since, seemed to me that the...

Loading a large array with 300,000 nodes works well, but if I click on a parent node with 200 child nodes, it freezes. Also, is it possible to load only...

enhancement
help wanted

event for get current selected node id and text when user click that node is it possible for you? thanks

enhancement