ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
43.9k stars 18.18k forks source link

AdminLTE-v3 Close first treeview if second treeview clicked #2080

Closed adamkenway007 closed 5 years ago

adamkenway007 commented 5 years ago

Environment:

i wish i can make it same as default feature adminlte2 which will work on adminlte3 sorry for my bad english

jfcaldeira commented 5 years ago

You will probably have to write your own jquery function to do that work and remove the menu-open class from the previous treeview

REJack commented 5 years ago

You only need to add or change the data-accordion to true beside data-widget="treeview" like

<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="true">
...
</ul>