From bb332b84fa6115c831823afd672601b719a3c206 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 29 Jul 2021 19:58:32 +0200 Subject: [PATCH] add note for multiple treeview's --- docs/javascript/treeview.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/javascript/treeview.md b/docs/javascript/treeview.md index 07f5830df..5829211a0 100644 --- a/docs/javascript/treeview.md +++ b/docs/javascript/treeview.md @@ -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 +> +> ``` +{: .quote-danger} + ##### Events {: .mt-4}