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

Change element board #57

Closed zertex closed 4 years ago

zertex commented 4 years ago

How I can move item to another board by API?

I use dropEl : function (el, target, source, sibling) {} then kanban.addElement(board_id, el);

But element without content 2222

P.S. I found moveElement method, but it also has that issue...

marcosrocha85 commented 4 years ago

Hello again @zertex , have you read issue #36?

zertex commented 4 years ago

Thank you! Sorry, I skip #36

kevzlou7979 commented 4 years ago

@zertex Just curious, How did you create your custom Kanban Items (especially the first item) with custom DOM elements inside the item?

zertex commented 4 years ago

@zertex Just curious, How did you create your custom Kanban Items (especially the first item) with custom DOM elements inside the item?

The title element includes all html code

kevzlou7979 commented 4 years ago

Oh i see thanks for the information.