add note for multiple treeview's

This commit is contained in:
REJack 2021-07-29 19:58:32 +02:00
parent 52ff423787
commit bb332b84fa

View file

@ -51,6 +51,14 @@ $('ul').Treeview(options)
> ```
{: .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
{: .mt-4}