mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge pull request #1145 from eltharin/master
clear column container when refreshing
This commit is contained in:
commit
06c1d3a2be
@ -478,8 +478,8 @@
|
||||
},
|
||||
remove: function(table, c, wo, refreshing) {
|
||||
var csel = c.selector;
|
||||
if ( refreshing || !csel ) { return; }
|
||||
csel.$container.empty();
|
||||
if ( refreshing || !csel ) { return; }
|
||||
if (csel.$popup) { csel.$popup.empty(); }
|
||||
csel.$style.remove();
|
||||
csel.$breakpoints.remove();
|
||||
|
Loading…
Reference in New Issue
Block a user