mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: update column count after reset
This commit is contained in:
parent
6e46f7aecb
commit
c91ceeb5b1
@ -1768,6 +1768,10 @@
|
||||
ts.setHeadersCss( c );
|
||||
ts.multisort( c );
|
||||
ts.appendCache( c );
|
||||
var indx;
|
||||
for (indx = 0; indx < c.columns; indx++) {
|
||||
c.sortVars[ indx ].count = -1;
|
||||
}
|
||||
if ( $.isFunction( callback ) ) {
|
||||
callback( c.table );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user