riktar / jkanban

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

Dragging multiple elements #79

Closed popchenk closed 4 years ago

popchenk commented 4 years ago

Hello, Is there a way to drag multiple elements at once ?

riktar commented 4 years ago

Hi @popchenk, no, jKanban don't allow multi drag.

You can use the API for add or remove elements.

popchenk commented 4 years ago

Okay , thank you ! :-) I will take a look on the API. I think I can get it to work with some js.