F
Filament2mo ago
nighty

JsTree integration to Filament

JSTree integration in Filament, i am searching for the best way with filament to add JsTree (https://www.jstree.com/) functionality: 1. native JS Tree - integrated in filament 2. alternative Solution with same Features is it possible to achieve this? Maybe someone can give me a hint in the right direction. thank you
jstree
jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading.
3 Replies
Sjoerd24
Sjoerd242mo ago
I dont know exactly what your use case is, but i use the selecttree plugin. That is working very good in my project.
nighty
nighty2mo ago
Hi thank you for the tip .... in my case it´s more like display a entire tree with related data, up to 5-6 levels. it should open a details page if i click on an item. more like this example https://www.jstree.com/demo/
jstree
jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading.
krekas
krekas2mo ago
Search how to integrate js libraries into livewire not filament