Open mcm-ham opened 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'
if( $(cont).is("table") && $(cont).children('tbody').size() === 1 ) cont = $(cont).children('tbody').get(0);
CodePlex work item ID: '33956' Vote count: '1'
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:
- © Githubissues.
- Githubissues is a development platform for aggregating issues.
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'