riktar / jkanban

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

addElement to position in board #63

Closed thijsd closed 3 years ago

thijsd commented 5 years ago

Currently addElement adds to the end. It would be nice to be able to add elements at the start (or before the x'th element)

marcosrocha85 commented 5 years ago

I guess it would be nice if we could have an "insert" function. But, I don't know what kind of issue we have with DOM. Any push request would be welcome.