Skip to content

v0.6.0

Compare
Choose a tag to compare
@cheton cheton released this 06 Apr 06:32
· 471 commits to master since this release

Options

  • Added droppable option (Defaults to false)
  • Added selectable option (Defaults to true)
  • Added treeOptions as the 2nd parameter that will pass to the rowRenderer function

Events

  • Changed tree.on('drop', fn) to tree.on('dropNode', fn)

    tree.on('dropNode', function(node, evt) {
        // Handle drop node event
    });