yonicd / jsTree

R htmlwidget for inspecting heirachal structures with the ‘jQuery’ ‘jsTree’ Plugin.

Home Page:https://yonicd.github.io/jsTree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user determined sequencing of folders

dockstreet opened this issue · comments

Is there a way we can define an array to be used to order the folders

The order of the character vector you input. From left to right is the heirarchy. ie a/b/c where b is parent of c and a is parent of b. (Think of it as a file path)

Hi - I was actually wondering if the could be customized like instead of a/b/c. Is it possible to have b/a/c , where b would have a predefined top custom sorting attribute. I saw some documentation on a sorting plugin : vakata/jstree#562

nice idea, but I dont have the time to implement it now. if you want to create a PR you are more than welcome to.