1.1.0 • Published 3 years ago

nestedlogic-htree v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

First you have to load tree data from nestedlogic:

treestk, brandata, contree, treecont, contbranch

Loading HTML Tree data from htree.js

loadTreeData({
  
  "treestk":{}, "brandata":{}, "contree":{}, "treecont":{}, "contbranch":{}
  
})

Writing HTML inside a branch:

setBranchHtml(branchUuid,branchHtml)

Then refresh the view:

renderGrid(initcont,htroot)