mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Zebra: target non-info block tbodies in extra tables
This commit is contained in:
parent
1554b6ae99
commit
d0a189d2e3
@ -2138,7 +2138,7 @@
|
|||||||
format: function(table, c, wo) {
|
format: function(table, c, wo) {
|
||||||
var $tv, $tr, row, even, time, k, i, len,
|
var $tv, $tr, row, even, time, k, i, len,
|
||||||
child = new RegExp(c.cssChildRow, 'i'),
|
child = new RegExp(c.cssChildRow, 'i'),
|
||||||
b = c.$tbodies.add( $( c.namespace + '_extra_table' ).children( 'tbody' ) );
|
b = c.$tbodies.add( $( c.namespace + '_extra_table' ).children( 'tbody:not(.' + c.cssInfoBlock + ')' ) );
|
||||||
if (c.debug) {
|
if (c.debug) {
|
||||||
time = new Date();
|
time = new Date();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user