Open acdha opened 9 years ago
The HTML spec allows a table to have multiple <tbody> tags (see e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) but sortable is hard-coded to only use the first one:
<tbody>
https://github.com/HubSpot/sortable/blob/3f9fdca0877af76da6e0ed6e98b788a30fde6bf1/coffee/sortable.coffee#L62
Example: https://jsfiddle.net/acdha/t09o6p3r/
The HTML spec allows a table to have multiple
<tbody>
tags (see e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) but sortable is hard-coded to only use the first one:https://github.com/HubSpot/sortable/blob/3f9fdca0877af76da6e0ed6e98b788a30fde6bf1/coffee/sortable.coffee#L62
Example: https://jsfiddle.net/acdha/t09o6p3r/