Looking for package to browse acyclic directed graph

In an application I’m building, the user should be able to navigate through a acyclic directed graph. The graph can potentially be (very) large and data should be fetched only when needed, i.e. it should be lazy. Because users are familiar with browsing file systems. I would like to use a treeview-like interface.

Since I’m not familiar with front-end stuff and how to build a treeview, I’m looking for something that I can use directly. I had a look at both turboMaCk/lazy-tree-with-zipper (for the laziness) and dosarf/elm-tree-view (for the looks), but neither of them really meet my demands.

Any ideas?

\Frans

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.