Skip to content

Commit

Permalink
Merge pull request jmosbech#126 from d3artagnan/patch-2
Browse files Browse the repository at this point in the history
INPUT in cloned header (issue jmosbech#111)
  • Loading branch information
jmosbech authored Jan 14, 2018
2 parents 448547e + 063cfb0 commit b9aa041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/jquery.stickytableheaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
'</style>');
base.$head.append(base.$printStyle);
});

base.$clonedHeader.find("input, select").attr("disabled", true);

base.updateWidth();
base.toggleHeaders();
Expand Down

0 comments on commit b9aa041

Please sign in to comment.