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

dragendEl should return ids of source and target boards #7

Closed ramanbuttar closed 6 years ago

ramanbuttar commented 6 years ago

dragendEl method should also return ids of source and target boards so the information can be used to inform the backend of where an element started from, and where the element ended up at.

riktar commented 6 years ago

There is dropEl method for this, look the Readme