Drag n' Drop Lib or Idea

I want to build something like a calendar where I can drag / drop events from outside or shift them around. There is a very mighty lib out there: https://fullcalendar.io - but I don’t need that much. Also I’d like to stay with the native FW7 components if possible. So - I want to extend the timeline / calendar - or maybe just a simple table to deal with drag n’ drop elements. I’m not sure if the native html5 approach is the right way to go or if there are some good and lightweight libs out there to get started… Andy ideas?

I would better try and go with native HTML drag&drop APIs, it is pretty simple and easy to use

I tried to go native first but had issues on touch devices. I guess I should have a look into your sortable list to get an idea how you did it :wink: