0
sandipsamanta created
I am really new to AspnetZero and boilerplate. I want to use a tree control in one of my view. Is there any in-built control available or I have to add it externally from Nuget.
1 Answer(s)
-
0
Hi,
There is an example of javascript tree in AspNet Zero role edit dialog. You can take a look at "permissionTree.js" directive for usage. It uses jstree javascript plugin internally.
I hope it helps.