riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.07k stars 299 forks source link

update jkanban.js, add dragItems option. #47

Closed upzone closed 5 years ago

upzone commented 5 years ago

dragItems: true, default dragItems: false, to freeze cards, and stop drag-drop

upzone commented 5 years ago

Hi, just added this feature, since we have a requirement to disable drag-drop if no editable permission

riktar commented 5 years ago

Thanks @upzone