hummingbird-treeview
hummingbird-treeview copied to clipboard
Collapse All no working
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 open them? Do you have an idea? thanks !
$.fn.hummingbird.defaults.collapseAll= true;
$("#treeview").hummingbird("collapseAll");
$.fn.hummingbird.defaults.collapseAll= true;
$("#treeview").hummingbird();
Works
Hi,
good that it works. Yes, "collapseAll" is default on initialization. So, $("#treeview").hummingbird();
should be enough.