hummingbird-treeview icon indicating copy to clipboard operation
hummingbird-treeview copied to clipboard

A powerful and fast jQuery treeview plugin

Results 18 hummingbird-treeview issues
Sort by recently updated
recently updated
newest added

This tool is awesome. And I have a question to reach out: how do I change the foreground text color of end node which class is 'hummingbird-end-node' like: item =...

The treeview is good however I did spend time trying to find out why it was not displaying the minus sign but was instead displaying a **h**. I had followed...

Hi, I've tried to use construct a Hummingbird treeview by using $('#treeview').append('My tag'); $('#treeview').append('-My subtag'); $('#treeview').append('--My subSubtag'); (obviously without the ... dots inside the < li > ) and so...

hi -is this possible? From what I've read, I don't think so? I can only disable the parent, but this is needed as a selectable option, just only when the...

![изображение](https://user-images.githubusercontent.com/3264501/98935260-4f8a0e80-24f4-11eb-86cf-58b62b2029d8.png) Hi! When I added simple code to disable each 2/3 items, i got problem with parent items. Some root items marked gray, but they still contain enabled items. Also...

could you add package.json file and register library on npm? it could make it possible to add library to another projects as a dependency, without downloading, it would be great.

No need for more description i guess. Even the demos doesn't work.

After using `$("#treeview").hummingbird("checkAll");` i can't expand the nodes. Even with prechecked items its not possible to expand or collapse. Here's a jsfiddle: https://jsfiddle.net/4o1kh2nq/ What i want to achieve is: -...

Hello, I'm trying : ``` $.fn.hummingbird.defaults.collapseAll= true; $("#treeview").hummingbird(); ``` I think collapseAll is already defined at true from the read me. $("#treeview").hummingbird("collapseAll"); But it's close all node and i can't...

var converter_height = converter.data("height"); var converter_scroll = converter.data("scroll"); var converter_id = converter.data("id"); //alert(converter_id); if (converter_scroll == "true") { converter_scroll = "overflow-y: scroll;"; } else { converter_scroll = ''; } if...