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

Sorting does not work with colspans in header #53

Open nik-suri opened 6 years ago

nik-suri commented 6 years ago

If there are cells in the header which span more than 1 cell, the sorting does not work and is off (sorting on the header cell does not sort what is directly beneath it). Is there a way to work around this currently, other than setting the colspans of my table to 1?