mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge pull request #116 from styson/master
Zebra widget issue found and fixed
This commit is contained in:
commit
f36a45f2ca
@ -1159,7 +1159,7 @@
|
||||
l = $tb.children('tr').length;
|
||||
if (l > 1) {
|
||||
row = 0;
|
||||
$tv = $tb.find('tr:visible');
|
||||
$tv = $tb.children('tr:visible');
|
||||
$tb.addClass('tablesorter-hidden');
|
||||
// revered back to using jQuery each - strangely it's the fastest method
|
||||
$tv.each(function(){
|
||||
|
2
js/jquery.tablesorter.min.js
vendored
2
js/jquery.tablesorter.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user