mirror of https://github.com/ColorlibHQ/AdminLTE
add note for multiple treeview's
parent
52ff423787
commit
bb332b84fa
|
@ -51,6 +51,14 @@ $('ul').Treeview(options)
|
||||||
> ```
|
> ```
|
||||||
{: .quote-info}
|
{: .quote-info}
|
||||||
|
|
||||||
|
> ##### IMPORTANT!
|
||||||
|
> If you want to use a multiple treeview's beside the main-sidebar treeview,
|
||||||
|
> then you need to add to all treeview's a ID-tag.
|
||||||
|
> ```html
|
||||||
|
> <ul data-widget="treeview" id="someIdNameOrSo" data-accordion="false">...</ul>
|
||||||
|
> ```
|
||||||
|
{: .quote-danger}
|
||||||
|
|
||||||
##### Events
|
##### Events
|
||||||
{: .mt-4}
|
{: .mt-4}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue