Skip to content

Commit

Permalink
after last fix to core getColHeader method, this part here got broken
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Apr 18, 2013
1 parent 049e9ba commit 2780cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/autoColumnSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function HandsontableAutoColumnSize() {

var settings = instance.getSettings();
if (settings.colHeaders) {
instance.getColHeader(col, tmpTheadTh); //TH innerHTML
instance.view.appendColHeader(col, tmpTheadTh); //TH innerHTML
}

var txt = '';
Expand Down

0 comments on commit 2780cb5

Please sign in to comment.