Sebastian Mieruch

Results 30 comments of Sebastian Mieruch

Hi, good that it works. Yes, "collapseAll" is default on initialization. So, `$("#treeview").hummingbird();` should be enough.

fixed, thanks.

Hi, Thanks for using the hummingbird-treeview. Normally you can define the colors via the options prior to initializing the treeview: `$.fn.hummingbird.defaults.hoverColorText2 = "#6879e3";` To change the text color on mouse...

Thanks for using the treeview. The single-checkbox-select can be achieved like you did. However I use the getChecked method for that. I will inlcude a new section in the README,...

I've now included this new section: https://github.com/hummingbird-dev/hummingbird-treeview#add-on-options-and-functionality The "select-single-node" is straight forward. The "select-single-group" is a bit tricky. I'm not sure, if this is exactly what you were looking for....

Hi, that functionality is not available yet. I'm working on the implementation of that method. Give me a day.

Hi, The new method disableParentNodeOnCollapse is implemented. Let me know if it works.

Thanks for the info. I will check that, as soon as I can allocate some time.

I've added some more info on how to include font-awesome 5 correctly.

Hi, Thanks for using the hummingbird-treeview. You are absolutely right, initialization with "expandAll" is not possible and your workaround is a solution. However, there is a better way to do...