bootstrap-html5sortable
bootstrap-html5sortable copied to clipboard
Bootstrap HTML5 Sortable lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.
I think that this lib is the only one with support for tables, the mobile/touch is not working, is supported?
It doesn't work with new Firefox versions (Quantum) 57.0.1
How can I handle onDrag and onDrop events using this plugin?
Hi, I'm trying to use with new added elements to a list but i doesn't work. Can anyone help me? Thanks.
Hi, thanx for great plugin. I stuck on one issue - if user is moving all items from one connected list to other - there is no way to put...
Hey there, I initialized .sortable() in my "table tbody" element. So far, so good, but the tr placeholder created have no child. It causes some layout breaks because of the...
Hi, I saw your demo. Really nice done. Perfect Solution. But found a little problem with sortable thumbnail section of your demo. I tried to move any sortable item to...
Hi, Great package! Is it possible to prevent re-arrening a certain element in a container marked with `.draggable`? I have placeholder object to create new items that I wish to...
`$('.sortable').sortable('destroy')` doesn't destroy the _sortupdate_ event When I _destroy_ it and make it stortable again with an update event it runs multiple times Check my case here for a scroll...