mcm-ham / dragsort

jQuery List DragSort
3 stars 1 forks source link

Allowing a <thead> header block... #19

Open mcm-ham opened 6 years ago

mcm-ham commented 6 years ago

The table code currently doesn't allow a block at the top of the sortable rows - you can fix this with the following code at line 22:

if( $(cont).is("table") && $(cont).children('tbody').size() === 1 ) cont = $(cont).children('tbody').get(0);

This work item was migrated from CodePlex

CodePlex work item ID: '33956' Vote count: '1'