Search code examples
drag-and-dropjstree

jsTree - disable drag option


how can I disable draggable option in jsTree? I want to disable moving nodes. How can I achieve this?


Solution

  • simply add this:

    "default" : {
        draggable : false
    },
    

    it should be in the types: section.