how can I disable draggable option in jsTree? I want to disable moving nodes. How can I achieve this?
Its Simple.Do not add dnd option in plugins
This includes drag & drop functionality
"plugins": ["themes","html_data","dnd","ui","types"]
This disables drag & drop functionality
"plugins": ["themes","html_data","ui","types"]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With