draggable?
Hi guys,
Any plans to add (or maybe it's already there?) the draggable interactions @brechmos-stsci and I found in this article: https://medium.com/vuetify/drag-n-drop-in-vuetify-part-i-166f2c7a4a82
We found one mention of "sortable" in the repo, but couldn't figure out how to access that capability on a button widget.
This looks very interesting, but is not supported and there are not yet any plans to do so.
To support this the Vue.Draggable library needs to be included and a WidgetModel has to be created for it.
Some work is also ongoing in core ipywidgets: https://github.com/jupyter-widgets/ipywidgets/pull/2363 If we implement this, it would be great if it could work together.
yeah, this would be a big step for ipywidgets!
This is now implemented in https://github.com/mariobuikhuizen/ipyvuedraggable.
Leaving this issue open to support jupyter-widgets/ipywidgets#2363 in the future.