chniter / bstreeview

Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
https://chniter.github.io/bstreeview/
Apache License 2.0
367 stars 53 forks source link

Fix collapse icon and add expand logic #29

Open TheChrisTech opened 2 years ago

TheChrisTech commented 2 years ago

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. #20
  2. Additional logic was added in that if the data passed to the tree includes an expanded field value of true, then that node will automatically be expanded upon loading of the tree. #22 #23