Closed richardklingler closed 2 years ago
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/riktar/jkanban
Seems this is also only available in jkanban.js and not in jkanban.min.js
Thank you for your feedback.
Regardless if setting dragBoards or dragItems to true or false, boards and items can still be dragged around and placed.
Only dragTo setting per board has an effect.
With this settings everything is dragable:
var kanban1 = new jKanban({ element:'#myKanban', dragBoards: false, dragItems: false, boards :[....],