Tree View logo

Tree View

Published November 2023
   •    Updated January 2026

Plugin details

Simple implementation of Tree View for files and folders

Free

For everyone

stars   •   0 ratings
93 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web

Contributor details

Jobin Blancaflor logo
Jobin Blancaflor
Joined 2020   •   56 Plugins
View contributor profile

Instructions

1, Add the Tree View obj 2. Add the ID for the element
3. Add the data structure base on the sample format in the default

Structure:

[
 {
   "text": "Root node",
   "id": "id",
   "children": [
     {
       "text": "Child node 1",
       "id": "id1",
       "icon": "jstree-file"
     },
     {
       "text": "Child node 2",
       "id": "id2",
       "children": [
         {
           "text": "Child node 1",
           "id": "id3"
         },
         {
           "text": "Child node 2",
           "id": "id4",
           "icon": "jstree-file"
         }
       ]
     }
   ]
 }
]

Types

This plugin can be found under the following types:
Element   •   Event

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble