HubSpot / sortable

Drop-in script to make tables sortable
http://github.hubspot.com/sortable/docs/welcome
MIT License
1.33k stars 116 forks source link

Only sorts the first tbody #31

Open acdha opened 9 years ago

acdha commented 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:

https://github.com/HubSpot/sortable/blob/3f9fdca0877af76da6e0ed6e98b788a30fde6bf1/coffee/sortable.coffee#L62

Example: https://jsfiddle.net/acdha/t09o6p3r/