mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: Fix extra header class name updating. See #1116
This commit is contained in:
parent
535c7c43c3
commit
c34f78f5da
@ -1046,8 +1046,8 @@
|
|||||||
// find the footer
|
// find the footer
|
||||||
$headers = c.$table
|
$headers = c.$table
|
||||||
.find( 'tfoot tr' )
|
.find( 'tfoot tr' )
|
||||||
.children()
|
.add( $( c.namespace + '_extra_headers' ).children( 'tr' ) )
|
||||||
.add( $( c.namespace + '_extra_headers' ) )
|
.children( 'td, th' )
|
||||||
.removeClass( css.join( ' ' ) );
|
.removeClass( css.join( ' ' ) );
|
||||||
// remove all header information
|
// remove all header information
|
||||||
c.$headers
|
c.$headers
|
||||||
|
Loading…
Reference in New Issue
Block a user