Reflow: trim stored header text

This commit is contained in:
Mottie 2015-02-01 21:29:12 -06:00
parent 090ef374d3
commit 6521510e97

View File

@ -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){