If you're using Vue then the docs has an example showing you how to make your own tree view ...
Apr 19, 2018
5
Level 1
Making a HTML Form to add a restaurant Menu
Hey, I'm trying to make a HTML Form where you can add a restaurant Menu,
my idea was:
An TreeView, with expandable nodes, you can create, edit and delete Nodes via JavaScript, collapse Nodes etc. so you can add a Category like Pizza, and then subcategorys like Vegetarian Pizzas and then you can add Food to it, the problem is that I found no good TreeView Plugin, I used Bootstrap Treeview but it has close to zero options.
Is there any premade TreeView thing I can use? I saw JsTree but its ugly.
Please or to participate in this conversation.