mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
clear column container when refreshing
This commit is contained in:
parent
554a135e13
commit
303e196651
@ -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