mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Reflow: trim stored header text
This commit is contained in:
parent
090ef374d3
commit
6521510e97
@ -73,7 +73,7 @@ tablereflow = {
|
||||
});
|
||||
c.$headers.each(function(){
|
||||
$this = $(this);
|
||||
headers.push( $this.attr(header) || $this.text() );
|
||||
headers.push( $.trim( $this.attr(header) || $this.text() ) );
|
||||
});
|
||||
c.$tbodies.children().each(function(){
|
||||
$(this).children().each(function(i){
|
||||
|
Loading…
Reference in New Issue
Block a user