Core: Fix extra header class name updating. See #1116

This commit is contained in:
Rob Garrison 2016-01-05 17:13:44 -06:00
parent 535c7c43c3
commit c34f78f5da

View File

@ -1046,8 +1046,8 @@
// find the footer
$headers = c.$table
.find( 'tfoot tr' )
.children()
.add( $( c.namespace + '_extra_headers' ) )
.add( $( c.namespace + '_extra_headers' ).children( 'tr' ) )
.children( 'td, th' )
.removeClass( css.join( ' ' ) );
// remove all header information
c.$headers