SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

When applied with <tbody> tag, it renders outside <table> tag #240

Open itsouchlos opened 1 year ago

itsouchlos commented 1 year ago

When draggable tag is contained inside a table tag and has the propery tag="tbody", when the page is loaded, the resulting tbody element and all of its draggable items are rendered outside the table tag.

I event tried the example provided here to test it.

AlanRezende commented 9 months ago

Same here

AlanRezende commented 9 months ago

I found the solution here https://github.com/SortableJS/vue.draggable.next/issues/90#issuecomment-1023951113