mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: add tablesorter-processing class name to table during processing. Fixes #655
This commit is contained in:
parent
948d8de4f9
commit
a10f0decf7
@ -1181,9 +1181,9 @@
|
|||||||
return this.sortDisabled ? false : ts.isValueInArray( parseFloat($(this).attr('data-column')), c.sortList) >= 0;
|
return this.sortDisabled ? false : ts.isValueInArray( parseFloat($(this).attr('data-column')), c.sortList) >= 0;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
$h.addClass(ts.css.processing + ' ' + c.cssProcessing);
|
table.add($h).addClass(ts.css.processing + ' ' + c.cssProcessing);
|
||||||
} else {
|
} else {
|
||||||
$h.removeClass(ts.css.processing + ' ' + c.cssProcessing);
|
table.add($h).removeClass(ts.css.processing + ' ' + c.cssProcessing);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user