hummingbird-dev / hummingbird-treeview

A powerful and fast jQuery treeview plugin
MIT License
62 stars 23 forks source link

Treeview displaying h rather than - when using Font Awesome 5+ #25

Open craigwhiteman-enwl opened 2 years ago

craigwhiteman-enwl commented 2 years ago

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 the instructions in the documentation but after many hours found out that it was a change in Font Awesome which appears to have occurred in version 5 - you need to include all.css.

    <link href="<path to fontawesome>/css/all.css" rel="stylesheet">
hummingbird-dev commented 2 years ago

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

hummingbird-dev commented 2 years ago

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

craigwhiteman-enwl commented 2 years ago

Excellent. Should mean people don't have the same problem I had when using the brilliant hummingbird-treeview library.