mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
ColumnSelector: Include tbody colspan updates on removal
This commit is contained in:
parent
1c65611c87
commit
cae295975d
@ -547,7 +547,7 @@
|
||||
csel.$style.remove();
|
||||
csel.$breakpoints.remove();
|
||||
$( c.namespace + 'columnselectorHasSpan' ).removeClass( wo.filter_filteredRow || 'filtered' );
|
||||
c.$table.children('thead, tfoot').find('[data-col-span]').each(function(indx, el) {
|
||||
c.$table.find('[data-col-span]').each(function(indx, el) {
|
||||
var $el = $(el);
|
||||
console.log($el, $el.attr('data-col-span'));
|
||||
$el.attr('colspan', $el.attr('data-col-span'));
|
||||
|
Loading…
Reference in New Issue
Block a user